-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
AT
- when I call deleteAsync method in Runtime service
- with list of process instance Id's that exist
- process instances with corresponding ID's are deleted
- I can see BatchOperation in the database
- HistoricTaskInstance records are created if history level is not set to none
- corresponding deletion reason is set for all process instances
- AuthorizationException is thrown if executed without proper permissions
- with ID's that do not exist
- corresponding execution job throws exception
- Batch Operation is persisted in the database
- with a null reference instead of ID's
- ProcessEngineException is thrown
- with list of process instance Id's that exist