Currently, it is possible to cancel processes through Operate. I would like to know how I can cancel a process by other means, such as an API.
ATT: CAMUNDA 8
Currently, it is possible to cancel processes through Operate. I would like to know how I can cancel a process by other means, such as an API.
ATT: CAMUNDA 8
You can delete the process the instance using the key. Refer the documentation:
You cannot delete a process without canceling it first. The process must be stopped (canceled) before it can be deleted.
Camunda 8.6 brought a new endpoint to its rest api that resolves this issue.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.