Skip to main content

IRuntimeWorkflowEventData

Defines the structure of runtime event data within a workflow, including details about the event, associated context, documents, reasons, and variables.

Properties

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