global class ProcessResult { global List actorids; global String entityid; global List errors; global String instanceid; global String instancestatus; global List newworkitemids; global Boolean success; global List getActorIds() { } global String getEntityId() { } global List getErrors() { } global String getInstanceId() { } global String getInstanceStatus() { } global List getNewWorkitemIds() { } global Boolean isSuccess() { } }