POST /API/queryRuntimeAPI/getProcessInstances/{processUUID} options=…
AbstractRemoteQueryRuntimeAPI.getProcessInstances({'processUUID': /* processUUID the process definition UUID. */, 'options': /* options the options map (domain, queyList, user) */});
Returns all records of instance for the given process processDefinitionUUID. An empty set is returned if no instance is found.