Create a 'Wait' type Workflow Item.

Syntax

finWorkflowItems.CreateWait(description, itemId, period, periodWorkingDays, periodWorkingDaysCalendarType, waitPeriodBase, [automatic])

Parameters

NameTypeOptionalByRefDescription
description String The Description.
itemId String The Id of this Item.
period String The Wait period, e.g., 3 Days, 1 Week.
periodWorkingDays Boolean Indicates whether the Period, if specified as a number of days, refers to 'Working Days'.
periodWorkingDaysCalendarType isefinCalendarType The Calendar Type to use if PeriodWorkingDays is True.
waitPeriodBase isefinWorkflowItemWaitPeriodBase The Base Period to Wait from.
automatic Boolean Optional Indicates whether this Item will run automatically. If omitted, a value of False is assumed.

Return Value

finWorkflowItem

A finWorkflowItem object.

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