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 |
|---|---|
| FormName | The name of the form associated with the document. |
| Caption | A dictionary containing captions for workflow objects, mapping identifiers to their display names. |
| ParentDocumentObjectName | The name of the parent document. |
| DocumentObjectKey | Specifies the unique key of the document to be created. |
| ParentDocumentObjectKey | The unique key of the parent document. |
| CreateIdentity | Indicates whether a unique identity should be created for the document. |
| ViewName | The name of the view associated with the document. |
| OperationType | Specifies the type of operation for creating the document. |
| ExistingDocumentOptions | Options for handling existing documents within the workflow. |
| FormId | The ID of the form 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. |
| ViewId | The ID of the view associated with the document. |
| CreatorObjectName | The name of the object that creates the document. |
| DocumentObjectName | Specifies the name of the document to be created. |
| ProcessId | The ID 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. |
| NodeCaption | |
| ProcessName | The name of the project associated with the document creation. |