Skip to main content

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

NameDescription
DocumentObjectKeyGets or sets the unique key identifier of the document object.
IsChangedGets or sets whether the source configuration has been modified.
TypeGets or sets the type identifier of the data source.
DocumentObjectNameGets or sets the display name of the document object.
DetailNameGets or sets the name of the detail section within the document object.