Abort a running instance
The method abortProcessInstance allows you to abort a specific instance using the process id.
In case the request is successful, it returns the boolean value true.
In case the entered instance does not exist, an error message will be returned. This will also apply in case an error occurs during the abortion process.
Method reference
Parameters |
Data type |
Description |
|---|---|---|
processId |
Process ID of the running instance |
Return value: bool; true, if the entered instance was aborted