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

This ignores any Permission Key checks performed by the finWorkflowFunctions.WorkflowItemStatusNotApplicableToggle method since it is for use in Scripts. It also ignores the AllowNotApplicable property of the Workflow Item.

Syntax

finWorkflowExecutor.ItemSetStatusSkippedByOriginalItemId(itemIdOriginal, skip)

Parameters

NameTypeOptionalByRefDescription
itemIdOriginal String The Original Id of a Workflow Item in the current Item Group.
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