How can I delete or cancel an open human task and running process instances?

One way to do it is via the REST API - The process instance modification call can create and delete token from your process instance. You can use it to cancel currently active tokens on user tasks.

1 Like