resumeProcessInstances
Resumes all process instances for the specified process templates.
See also: suspendProcessInstance and suspendProcessInstances.
- The request must specify the process templates for which instances are to be resumed.
 - The response returns a count of the number of process instances that have been resumed.
 
Note: This operation only affects process instances that are in a SUSPENDED state. To resume process instances that are in a HALTED state (as a result of an activity failure) you can use: 
		
 
	 - ignoreProcessInstances to resume each process instance as if the activity had succeeded.
 - resumeHaltedProcessInstances to resume each process instance as if the activity had failed. (The process instance immediately enters the FAILED state.)
 - retryProcessInstances to resume each process instance, retrying the failed activity.
 
- Required System Action
 - bulkResumeProcessInstances
 
Copyright © Cloud Software Group, Inc. All rights reserved.
