Skip to main content

RuntimeWorkflowEventData

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

Properties

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

Constructors

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