Search

vRO intrinsic class WorkflowCustomConditionItem

Workflow item for conditions (Custom)

Attributes

Name Type Description
description String Returns the description of the ConditionItem.
name String Returns the name of the ConditionItem.
nextItem WorkflowItem Returns the next item , or null if it is the end.
nextItemFalse WorkflowItem Returns the next item if condition is false, or null if it is the end.
nextItemTrue WorkflowItem Returns the next item if condition is true , or null if it is the end.
script String Returns the script of the ConditionItem.

Methods

None

Returned by

None

Referenced in

None