Skip to main content

IFlowTargetOptions

Defines the contract for workflow data target configuration options.

The IFlowTargetOptions interface specifies the configuration options for identifying and accessing data targets in workflow operations. It provides properties to specify the target type, document object details, database connection information, and track changes to the target configuration. This interface is implemented by classes that need to handle data target operations in workflow processes.

Properties

NameDescription
DocumentObjectKeyGets or sets the unique key identifier of the document object.
TypeGets or sets the type identifier of the data target.
ConnectionNameGets or sets the name of the database connection to be used.
QueryNameGets or sets the name of the query to be used for data operations.
DetailGets or sets the name of the detail section within the document object.
DocumentObjectNameGets or sets the display name of the document object.
IsChangedGets or sets whether the target configuration has been modified.
TableNameGets or sets the name of the database table to be used.