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