Represents the FlowAnd step in the workflow process, managing parallel inbound options.
The FlowAnd class is responsible for managing parallel inbound connections in a workflow. It inherits from FlowObjectDesigner and provides functionality to handle multiple inbound connections that must all be completed before proceeding. The class includes properties for managing inbound connections and their states.
Key features:
- Manages parallel inbound connections
- Tracks the state of multiple inbound connections
- Implements workflow designer functionality
- Supports workflow branching and synchronization
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 | Gets or sets the list of parallel inbound connections. |
| 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
Methods
| Name | Description |
|---|
| Initialize() | Initializes the FlowAnd step within the workflow. This method is intended to set up the step's configuration or execution logic. |
Events