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
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. |