POST /API/managementAPI/disable
processUUIDs=…&options=…
API Example:
RESTRemoteManagementAPI.disable({'processUUIDs': /* processUUIDs the collection of process definition UUIDs */, 'options': /* options the options map (domain, queyList, user) */});
Disable a collection of processUUIDs
Output:
void
Form parameters:
processUUIDs - the collection of process definition UUIDs
options - the options map (domain, queyList, user)