AssignmentOptions
Defines options for assignment within a workflow, including error handling, target object metadata, data source type, and change tracking.
Properties
Name | Description |
---|---|
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"] |
Data | Represents the data object associated with the 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. |
SelectedObjectProperty | The selected property of the target object for assignment. |
TargetObject | Metadata for the target object used in assignment. |
Caption | A dictionary containing captions for workflow objects, mapping identifiers to their display names. |