HTTP Example:POST /API/runtimeAPI/deleteProcessInstance/{instanceUUID}
options=…
| API Example: AbstractRemoteRuntimeAPI.deleteProcessInstance({'instanceUUID': , 'options': }); |
Deletes all runtime objects for the process instance with the given instance UUID
and delete also recorded data from the journal.
If this instance was not found in the journal, then the archived instance is deleted from history.
If the instance represented by the given instanceUUID has a parentInstance, then UndeletableInstanceException is thrown. - Output:
- void
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- application/xml
|