Advances a work item on a workflow.
Inputs
- workItemId - ID of the work item to be advanced
- workflowName - Name of the main workflow in which the work item resides
- activityName - Name of the activity in which the work item should be found
- workItemName - Name of the work item to be advanced
- wipName - Name of a work item property to be set
- wipValue - Value of a work item property to be set
Outputs
isAdvanced - Work item was successfully advanced if true
errorMsg - Details for failure if work item was not advanced