Toggle the Status of a Workflow Item between 'Skipped' and 'Not Started'.

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.

Syntax

finWorkflowFunctions.WorkflowItemStatusSkippedToggle(workflow, workflowItem, saveWorkflow)

Parameters

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

Return Value

Boolean

A Boolean value indicating success.

Member of:
finWorkflowFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0