IFlowSourceOptions
Defines the contract for workflow data source configuration options.
The IFlowSourceOptions interface specifies the configuration options for identifying and accessing data sources in workflow operations. It provides properties to specify the source type, document object details, and track changes to the source configuration. This interface is implemented by classes that need to handle data source operations in workflow processes.
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. |