FlowDocumentSynchronizerProperties
Defines properties for synchronizing documents within the workflow, including error handling, synchronization options, and variable value configuration.
Properties
| Name | Description |
|---|---|
| Caption | A dictionary containing captions for workflow objects, mapping identifiers to their display names. |
| SyncOptions | Defines synchronization options for the document. |
| ResumeOnError | Indicates whether the process should continue on encountering an error. Obsolete: Use ErrorOptions instead. |
| ValueOptions | Specifies the variable value options for synchronization. |
| ErrorDescriptionObjectName | Specifies the name of the object used to describe errors. Obsolete: Use ErrorOptions instead. |
| ErrorOptions | Defines error-handling options for the workflow flow, including properties to control error resumption and error description object handling. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |