The FlowObjectDesigner class is an abstract base class for designing flow objects in a workflow. It provides various methods and properties to interact with the workflow and its elements.
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. |
| 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
Events