Deletes from journal and history:
the process
all instances of this process.
Method Detail
HTTP Example:
POST /API/managementAPI/deleteProcess/{processUUID}
options=…
API Example:
AbstractRemoteManagementAPI.deleteProcess({'processUUID': /* processUUID the process UUID to delete */, 'options': /* options the options map (domain, queyList, user) */});
Deletes from journal and history:
the process
all instances of this process.
Output:
void
Form parameters:
options - the options map (domain, queyList, user)