IRuntimeWorkflowEventData Properties
An object defining properties for the IRuntimeWorkflowEventData class.
ReferredUserId
The identifier of the referred user for the event, if applicable.
Event
The event object related to the workflow.
Type: Event
EventFormId
The identifier of the form associated with the event, if applicable.
Context
The context information of the event.
Type: #linkDocument(csharp-Bimser.Synergy.Entities.Shared.Business.Objects.Context)
ProcessRequestObjectName
The name of the object related to the process request for the event.
Type: string
Documents
The list of documents associated with the event.
Type: List<RuntimeWorkflowDocumentData>
Reasons
A dictionary containing reasons related to the event.
Type: Dictionary<string, string>
ProcessId
The unique identifier of the process associated with the event.
Type: long
RequestId
The unique identifier of the request associated with the event.
Type: long
Variables
A dictionary of variables related to the event.
Type: Dictionary<string, object>