Skip to main content

RuntimeWorkflowEventData

Represents runtime data associated with a workflow event, including context, variables, and associated documents.

Properties

NameDescription
ReasonsA dictionary of reasons associated with the workflow event.
ProcessRequestObjectNameThe name of the process request object associated with the workflow event.
VariablesA collection of variables related to the workflow event.
RequestIdThe unique identifier of the request associated with the workflow event.
EventThe event details related to the workflow.
ReferredUserIdThe unique identifier of the referred user in the workflow event.
DocumentsA list of documents related to the workflow event.
ContextThe runtime context information for the workflow event.
EventFormIdThe identifier of the form associated with the event, if any.
ProcessIdThe unique identifier of the process associated with the workflow event.

Constructors

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