ignoreProcessInstance

This method causes the failed task to be skipped in the halted process instance. The process instance continues processing from the point in the process after the failed task.

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