Skip to main content

IFlowMatchingOptions

Defines the contract for workflow data field matching configuration options.

The IFlowMatchingOptions interface specifies the configuration options for matching and mapping fields between different parts of a workflow. It provides properties to control system field visibility, manage field mappings, and track changes to the matching configuration. This interface is implemented by classes that need to handle field mapping operations in workflow processes.

Properties

NameDescription
FieldsGets or sets the list of field mappings between source and target fields.
HideSystemFieldsGets or sets whether system fields should be hidden in the field mapping interface.
IsChangedGets or sets whether the matching configuration has been modified.