FlowOr
Represents a logical OR step in the workflow, managing parallel inbound options.
Properties
| Name | Description |
|---|---|
| Caption | The caption dictionary representing localized captions for the flow object. |
| Key | A unique identifier for the workflow step. |
| Name | Name for the workflow step. |
| Inbounds | Defines the list of parallel inbound options for the FlowOr step. |
| WorkflowCodeInstance | The workflow code instance associated with the flow object. |
| CachedDMObjects | The cached document management objects related to the flow object. |
| TypeCode | The type code associated with the flow object. |
Constructors
| Name | Description |
|---|---|
| FlowOr(name, workflowData, workflowCodeInstance) | Initializes a new instance of the FlowOr class. |
| FlowOr(name, workflowData, workflowCodeInstance) | Constructor for the FlowOr class. Initializes a new instance of the FlowOr class. |
Methods
| Name | Description |
|---|---|
| Initialize() | Initializes the FlowOr step with necessary configurations. |
Events
| Name | Description |
|---|---|
| OnAfterExecution(sender, args) | Occurs after the execution of the workflow step. |
| OnBeforeExecution(sender, args) | Occurs before the execution of the workflow step. |