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 |
---|
Key | A unique identifier for the workflow step. |
WorkflowCodeInstance | The workflow code instance associated with the flow object. |
CachedDMObjects | The cached document management objects related to the flow object. |
Inbounds | Gets or sets the list of parallel inbound connections. |
TypeCode | The type code associated with the flow object. |
Name | Name for the workflow step. |
Caption | The caption dictionary representing localized captions for 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
Generic Types