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