retryProcessInstance

This method causes the previously failed task to be retried so that the halted process instance can progress normally. This method is used if the reason for the failed task has been resolved, for example, if it failed because a database connection had been lost, but has now been restored.

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 retryProcessInstance.