skipWorkItems

This marks the specified work items as complete, removes them from the work item list, and causes the process to advance. It has the same affect as opening the work items and submitting them.

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