Skip to main content

FlowCreateDocumentOptions

Defines options for creating a document within the workflow, including configuration for document keys, process IDs, view settings, and existing document options.

Properties

NameDescription
FormNameThe name of the form associated with the document.
CaptionA dictionary containing captions for workflow objects, mapping identifiers to their display names.
ParentDocumentObjectNameThe name of the parent document.
DocumentObjectKeySpecifies the unique key of the document to be created.
ParentDocumentObjectKeyThe unique key of the parent document.
CreateIdentityIndicates whether a unique identity should be created for the document.
ViewNameThe name of the view associated with the document.
OperationTypeSpecifies the type of operation for creating the document.
ExistingDocumentOptionsOptions for handling existing documents within the workflow.
FormIdThe ID of the form associated with the document.
PanelSizeThe PanelSize enum defines the different size options for forms in the user interface, determining how much of the screen a panel occupies when displayed.
ViewIdThe ID of the view associated with the document.
CreatorObjectNameThe name of the object that creates the document.
DocumentObjectNameSpecifies the name of the document to be created.
ProcessIdThe ID of the project associated with the document creation.
IsChangedIndicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
NodeCaption
ProcessNameThe name of the project associated with the document creation.