HTTP Example:POST /API/runtimeAPI/deleteAllProcessInstances
processUUIDs=…&options=…
| API Example: RESTRemoteRuntimeAPI.deleteAllProcessInstances({'processUUIDs': , 'options': }); |
Deletes all runtime objects for all instances created with the given process UUIDs collection
and delete also all there recorded data from the journal.
If instances some instances of this process were not found in the journal,
then the archived instances are deleted from history. - Output:
- void
- Form parameters:
- processUUIDs - the collection of process UUIDs.
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- application/xml
|