-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
7.13.0
-
None
When I delete a process instance via RuntimeService.deleteProcessInstance, I can pass a flag (externallyTerminated) that controls the state of the deleted instance. (STATE_EXTERNALLY_TERMINATED/STATE_INTERNALLY_TERMINATED)
When I cancel a process instance via ProcessInstanceModificationBuilder.cancelActivityInstance, I can not pass this flag. The underlying logic, however, is identical.
It would be nice to have this also for the cancelation of processes.
This is the controller panel for Smart Panels app
- is related to
-
CAM-10832 Externally cancelled subprocesses receive incorrect final state
- Closed