| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| workflowItemPk | Integer | The primary key of the Workflow Item to action. | ||
| outcome | String | The Outcome. | ||
| userInvoked | Boolean | Indicates whether the User has manually invoked actioning of this Workflow Item. | ||
| decisionOutcome | finDecisionOutcome | The Decision Outcome or Nothing if no Decision Card was used. If specified, a Log record will be recorded and linked to the Workflow Item. | ||
| decisionCardSourceObject | Object | The Source Object on which the Decision Outcome was based or Nothing if no Decision Card was used. | ||
| statusNotes | String | Notes to record against the Workflow Item. | ||
| processFollowingAutomaticItems | Boolean | Indicates whether, after actioning this item, any following 'Automatic' items should be processed. This will be ignored if actioning an item that is NOT the current Workflow Item. | ||
| actionedFromHtmlWidget | Boolean | Optional | If omitted, a value of False is assumed. |
A Boolean value indicating success.