Hi @Atanu Roy,
Thank you for your answer.
When completing a Client-Side Human Service (CSHS) task using a REST API call, the task completes without executing service flows inside the CSHS.
In contrast, If an end user completes task through COACH UI, those service flows would execute after a button was clicked, but before task completes.
I partially did as you suggested:
- Set the output variable of the CSHS using the REST API completion call.
- Moved service execution from CSHS to the process level to ensure it runs even when REST completon is used.
Since REST API calls bypass service flows inside CSHS, I had to modify the process definition and run those flows at the process level instead.
Thank you!
Žarko

Thank you!