FlowSourceOptions
Implements the workflow data source configuration options.
The FlowSourceOptions class provides a concrete implementation of the IFlowSourceOptions interface. It manages the configuration for identifying and accessing data sources in workflow operations, including source type identification, document object details, and change tracking. This class is used to configure how data sources are accessed and processed during workflow execution.
Properties
Name | Description |
---|---|
DocumentObjectKey | Gets or sets the unique key identifier of the document object. |
IsChanged | Gets or sets whether the source configuration has been modified. |
Type | Gets or sets the type identifier of the data source. |
DocumentObjectName | Gets or sets the display name of the document object. |
DetailName | Gets or sets the name of the detail section within the document object. |