Change the Status of a Workflow Item between 'Skipped' and 'Not Started' (or 'Open').

This ignores any Permission Key checks performed by the finWorkflowFunctions.WorkflowItemStatusSkippedToggle method since it is for use in Scripts.

Syntax

finWorkflowExecutor.ItemSetStatusSkipped(workflowItem, skip)

Parameters

NameTypeOptionalByRefDescription
workflowItem finWorkflowItem The Workflow Item.
skip Boolean Indicates whether the Status should be changed to 'Skipped' for 'Open' or 'Not Started' items. If False, the Status will be changed back to 'Not Started'.

Return Value

Boolean

A Boolean value indicating success.

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