I would like to create a Java Servlet that connects to YAWL resource service using the credentials of a user (no admin) and can see the work item that the user must execute.

How can I do?

Michael Adams

Mon, 02/20/2017 - 00:57

Look at the WorkQueueGatewayClient#userLogin method. That credential level will allow you to call WorkQueueGatewayClient#getWorkItem.