Skip to main content

IRuntimeWorkflowEventData Properties

An object defining properties for the IRuntimeWorkflowEventData class.

Reasons

A dictionary containing reasons related to the event.

Type: Dictionary<string, string>


ProcessRequestObjectName

The name of the object related to the process request for the event.

Type: string


Variables

A dictionary of variables related to the event.

Type: Dictionary<string, object>


RequestId

The unique identifier of the request associated with the event.

Type: long


Event

The event object related to the workflow.

Type: Event


ReferredUserId

The identifier of the referred user for the event, if applicable.

Type: long?


Documents

The list of documents associated with the event.

Type: List<RuntimeWorkflowDocumentData>


Context

The context information of the event.

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


EventFormId

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

Type: long?


ProcessId

The unique identifier of the process associated with the event.

Type: long