FlowCreateDocumentOptions
Defines options for creating a document within the workflow, including configuration for document keys, process IDs, view settings, and existing document options.
Properties
Name | Description |
---|---|
NodeCaption | |
ParentDocumentObjectName | The name of the parent document. |
DocumentObjectKey | Specifies the unique key of the document to be created. |
ViewId | The ID of the view associated with the document. |
FormName | The name of the form associated with the document. |
ParentDocumentObjectKey | The unique key of the parent document. |
ProcessName | The name of the project associated with the document creation. |
IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
ExistingDocumentOptions | Options for handling existing documents within the workflow. |
ViewName | The name of the view associated with the document. |
PanelSize | The PanelSize enum defines the different size options for forms in the user interface, determining how much of the screen a panel occupies when displayed. |
CreateIdentity | Indicates whether a unique identity should be created for the document. |
DocumentObjectName | Specifies the name of the document to be created. |
OperationType | Specifies the type of operation for creating the document. |
CreatorObjectName | The name of the object that creates the document. |
Caption | A dictionary containing captions for workflow objects, mapping identifiers to their display names. |
ProcessId | The ID of the project associated with the document creation. |
FormId | The ID of the form associated with the document. |