RuntimeWorkflowDocumentData
Represents document data within a runtime workflow, including details about the document and its associated forms and views.
Properties
Name | Description |
---|
DocumentId | The unique identifier of the document. |
FormName | The name of the form associated with the document. |
DocumentKey | The unique key identifying the document in the workflow. |
DocumentName | The name of the document. |
ViewName | The name of the view associated with the document. |
FormId | The identifier of the form associated with the document. |
Constructors