Skip to main content

FlowDocumentSynchronizerProperties

Defines properties for synchronizing documents within the workflow, including error handling, synchronization options, and variable value configuration.

Properties

NameDescription
ValueOptionsSpecifies the variable value options for synchronization.
IsChangedIndicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
SyncOptionsDefines synchronization options for the document.
ResumeOnErrorIndicates whether the process should continue on encountering an error. Obsolete: Use ErrorOptions instead.
ErrorDescriptionObjectNameSpecifies the name of the object used to describe errors. Obsolete: Use ErrorOptions instead.
ErrorOptionsDefines error-handling options for the workflow flow, including properties to control error resumption and error description object handling.
CaptionA dictionary containing captions for workflow objects, mapping identifiers to their display names.