Skip to main content

FlowMatchingOptionsField

Represents a field mapping configuration for workflow data matching operations.

The FlowMatchingOptionsField class defines the mapping between source and target fields in workflow data matching operations. It tracks the field names for both source and target, and maintains a flag indicating whether the mapping has been modified. This class is used to configure how data fields are matched and transformed between different parts of the workflow.

Properties

NameDescription
IsChangedGets or sets whether the field mapping has been modified.
SourceFieldNameGets or sets the name of the source field in the data mapping.
TargetFieldNameGets or sets the name of the target field in the data mapping.