Platform migration updates: Starting October 25th, 2024, all support issues must be submitted through Hyland Community. The Nuxeo Jira site will enter indefinite read-only mode at 5 p.m. EDT. Cloud deployment services will be temporarily offline, with normal operations resuming Monday, October 28. Read the Hyland Connect blog post for more details.
add new method to WorkflowEngine:
public ResultSlice<WMWorkItemInstance> getWorkItemsFor(
List<WMParticipant> participants, String state,
List<String> processNames, int firstResult, int maxResults,
String orderBy, boolean orderAscending) throws WMWorkflowException;