Hello,
Assume i have a Workflow. We are using Community Edition
Start -> ServiceTask1 -> User Task1 ->ServiceTask2 ->End
Now my execution is in the middle of Service Task1. We have a GUI to say terminate the Process.
It should terminate the complete execution of Workflow
(Its fine if it completes ServiceTask1 and Terminate, but it shouldn't execute UserTask1 and ServiceTask2)
Please recommend some API if it is present in activiti already/how to achieve it?
Regards,
Chandan