deleteProcessInstance
Delete a process instance by its ID, with optional reason and flags to skip custom listeners, IO mappings, or subprocesses.
Instructions
Delete a process instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| processInstanceId | Yes | The id of the process instance to delete. | |
| reason | No | A reason for deletion. | |
| skipCustomListeners | No | If true, custom listeners will not be invoked. | |
| skipIoMappings | No | If true, input/output mappings will not be invoked. | |
| skipSubprocesses | No | If true, subprocesses will not be deleted. |