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