How can I complete a Service task from within JavaDelegate? I want to complete a service using TaskService api.
I have a simple workflow which basically completes a UserTask from within Service Task. The requirement is also to complete the service task as well. I am not able to obtain the currently running service task from within JavaDelegate. I want to pro g...