Skip to main content

FlowTargetOptions

Implements the workflow data target configuration options.

The FlowTargetOptions class provides a concrete implementation of the IFlowTargetOptions interface. It manages the configuration for identifying and accessing data targets in workflow operations, including target type identification, document object details, database connection information, and change tracking. This class is used to configure how data targets are accessed and processed during workflow execution.

Properties

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