For Version 2 type Workflows, use the functionality of the finWorkflowExecutor class if you need to set the status of a Workflow Item from within the Workflow Type Script.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| workflow | finWorkflow | The Workflow. This must be unmodified, i.e., IsDirty must be False. | ||
| workflowItem | finWorkflowItem | The Workflow Item. | ||
| saveWorkflow | Boolean | Indicates whether to automatically save the Workflow. |
A Boolean value indicating success.