Completing currently suspended ServiceTask for a process
HiI have a servicetask java class which is an implementation of ActivityBehavior and which does not mark itself as completed so I assume the task gets suspended and the process remains at that task. I wish to complete this task from the outside, I ha...