-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
There exists a field (e.g. processInstanceState) to determine the current state of a historic process instance. The following distinction should be made:
- active
- suspended
- completed
- externally terminated (for example in case of RuntimeService#deleteProcessInstance())
- internally terminated (e.g. terminate end event, etc.)
The semantic of the states should be clearly specified.
Basic AT:
exact identification of activity type that triggered TERMINATED_INTERNALLY state is out of scope for this ticket.