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 |
|---|---|
| ReferredUserId | The identifier of the referred user for the event, if applicable. |
| Event | The event object related to the workflow. |
| EventFormId | The identifier of the form associated with the event, if applicable. |
| Context | The context information of the event. |
| ProcessRequestObjectName | The name of the object related to the process request for the event. |
| Documents | The list of documents associated with the event. |
| Reasons | A dictionary containing reasons related to the event. |
| ProcessId | The unique identifier of the process associated with the event. |
| RequestId | The unique identifier of the request associated with the event. |
| Variables | A dictionary of variables related to the event. |