IRuntimeWorkflowEventData
Defines the structure of runtime event data within a workflow, including details about the event, associated context, documents, reasons, and variables.
Properties
Name | Description |
---|---|
Reasons | A dictionary containing reasons related to the event. |
ProcessRequestObjectName | The name of the object related to the process request for the event. |
Variables | A dictionary of variables related to the event. |
RequestId | The unique identifier of the request associated with the event. |
Event | The event object related to the workflow. |
ReferredUserId | The identifier of the referred user for the event, if applicable. |
Documents | The list of documents associated with the event. |
Context | The context information of the event. |
EventFormId | The identifier of the form associated with the event, if applicable. |
ProcessId | The unique identifier of the process associated with the event. |