Creates a new work item on the specified workflow
Inputs
- userLogin - Login name of the user under which to create the work item (e.g., %initiatedUser%)
- workflowName - name of the workflow on which to create a work item
- activityName - name of the starting point activity at which to create the work item
- workItemName – name of the work item (if settable for the workflow)
- workItemDescription - optional description for the work item
- wipName1-20 - the names of up to 20 work item properties to be created
- wipValue1-20 - the values for the work item properties. Empty values will be defined as empty in the new work item
Outputs
- isCreated - work item was successfully created if true
- errorMsg - detailed message of why the work item was not created