FlowMatchingOptions Properties
An object defining properties for the FlowMatchingOptions class.
Fields
Gets or sets the list of field mappings between source and target fields.
Type: List<FlowMatchingOptionsField>
The Fields property contains a collection of FlowMatchingOptionsField objects that define the mappings between source and target fields. Each field in the list specifies how data should be transferred from one field to another during workflow execution. This property implements the corresponding property from the IFlowMatchingOptions interface.
HideSystemFields
Gets or sets whether system fields should be hidden in the field mapping interface.
Type: bool
The HideSystemFields property controls the visibility of system-generated fields in the field mapping interface. When set to true, system fields will be excluded from the available fields for mapping, providing a cleaner interface focused on business-relevant fields. This property implements the corresponding property from the IFlowMatchingOptions interface.
IsChanged
Gets or sets whether the matching configuration has been modified.
Type: bool
The IsChanged property indicates whether any changes have been made to the field matching configuration. This flag is used to track modifications to the mapping settings and can be used to determine if the configuration needs to be saved or updated. This property implements the corresponding property from the IFlowMatchingOptions interface.