List name of active users for each given process instances.
Method Detail
HTTP Example:
POST /API/queryRuntimeAPI/getActiveUsersOfProcessInstances
instanceuuids=…&options=…
API Example:
AbstractRemoteQueryRuntimeAPI.getActiveUsersOfProcessInstances({'instanceuuids': /* instanceUUIDs */, 'options': /* List name of active users for each given process instances. */});
List name of active users for each given process instances.
Output:
java.util.Map<org.ow2.bonita.facade.uuid.ProcessInstanceUUID,java.util.Set<java.lang.String>> - the mapping between the process instance UUID and the set of active users in the related process instance.