FlowMatchingOptions
Implements the field matching configuration options for workflow data mapping operations.
The FlowMatchingOptions class provides a concrete implementation of the IFlowMatchingOptions interface. It manages the configuration for matching and mapping fields between different parts of a workflow, including system field visibility control, field mapping definitions, and change tracking. This class is used to configure how data fields are matched and transformed during workflow execution.
Properties
Name | Description |
---|---|
Fields | Gets or sets the list of field mappings between source and target fields. |
HideSystemFields | Gets or sets whether system fields should be hidden in the field mapping interface. |
IsChanged | Gets or sets whether the matching configuration has been modified. |