resumeProcessInstance

This resumes (unsuspends) the specified suspended process instance. The specified process instance’s status changes from SUSPENDED to ACTIVE. And the associated work items that were suspended when the process instance was suspended are also resumed — their state is changed from SUSPENDED to the state they were in when the process instance was suspended.

Note that this is actually a base Application-class method. It is shown in the wccApiSample application’s Application.js only to illustrate how you can use the output of some of the server requests as input to base Application-class methods.

For information about using this method, see resumeProcessInstance.