IAssignmentOptions
Defines options for assignment within a workflow, including error handling, target object metadata, data source type, and change tracking.
Properties
| Name | Description |
|---|---|
| Data | Represents the data object associated with the assignment. |
| TargetObject | Metadata for the target object used in assignment. |
| SelectedObjectProperty | The selected property of the target object for assignment. |
| ResumeOnError | Indicates if the assignment should resume on error. [Obsolete: "ErrorOptions'a geçilecek. 01.01.2024"] |
| ErrorDescriptionObjectName | Specifies the object name for error descriptions. [Obsolete: "ErrorOptions'a geçilecek. 01.01.2024"] |
| SourceType | Specifies the source type for the assignment data. |
| TargetObjectTypeCode | Specifies the target object type code for assignment. [Obsolete: "TargetObject'e geçilecek. 01.01.2024"] |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
| TargetObjectName | Specifies the target object name for assignment. [Obsolete: "TargetObject'e geçilecek. 01.01.2024"] |