Skip to main content

RuntimeWorkflowDocumentData

Represents document data within a runtime workflow, including details about the document and its associated forms and views.

Properties

NameDescription
FormNameThe name of the form associated with the document.
DocumentIdThe unique identifier of the document.
ViewNameThe name of the view associated with the document.
DocumentKeyThe unique key identifying the document in the workflow.
FormIdThe identifier of the form associated with the document.
DocumentNameThe name of the document.

Constructors

NameDescription
RuntimeWorkflowDocumentData()Initializes a new instance of the RuntimeWorkflowDocumentData class.