Skip to main content

RuntimeWorkflowEventData Properties

An object defining properties for the RuntimeWorkflowEventData class.

Reasons

A dictionary of reasons associated with the workflow event.

Type: Dictionary<string, string>


ProcessRequestObjectName

The name of the process request object associated with the workflow event.

Type: string


Variables

A collection of variables related to the workflow event.

Type: Dictionary<string, object>


RequestId

The unique identifier of the request associated with the workflow event.

Type: long


Event

The event details related to the workflow.

Type: Event


ReferredUserId

The unique identifier of the referred user in the workflow event.

Type: long?


Documents

A list of documents related to the workflow event.

Type: List<RuntimeWorkflowDocumentData>


Context

The runtime context information for the workflow event.

Type: #linkDocument(csharp-Bimser.Synergy.Entities.Shared.Business.Objects.Context)


EventFormId

The identifier of the form associated with the event, if any.

Type: long?


ProcessId

The unique identifier of the process associated with the workflow event.

Type: long