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
NodeCaption
ParentDocumentObjectNameThe name of the parent document.
DocumentObjectKeySpecifies the unique key of the document to be created.
ViewIdThe ID of the view associated with the document.
FormNameThe name of the form associated with the document.
ParentDocumentObjectKeyThe unique key of the parent document.
ProcessNameThe name 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.
ExistingDocumentOptionsOptions for handling existing documents within the workflow.
ViewNameThe name of the view 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.
CreateIdentityIndicates whether a unique identity should be created for the document.
DocumentObjectNameSpecifies the name of the document to be created.
OperationTypeSpecifies the type of operation for creating the document.
CreatorObjectNameThe name of the object that creates the document.
CaptionA dictionary containing captions for workflow objects, mapping identifiers to their display names.
ProcessIdThe ID of the project associated with the document creation.
FormIdThe ID of the form associated with the document.