Cancel user task

Cancel during the process a user task, I do not want to cancel the entire instance only a user task running in parallel in the stream

There are a few different options you have, like using token move in cockpit. To do it programmatically your can trigger the execution to move on.

Good suggestion. The REST API behind this UI is actually this one: https://docs.camunda.org/manual/7.6/reference/rest/process-instance/post-modification/

1 Like