Skip to main content

WorkflowInfo Properties

An object defining properties for the WorkflowInfo class.

CurrentStep

Metadata for the current step of the workflow.

Type: BimserWorkflowStepMetadata


InstanceId

The unique identifier of the workflow instance.

Type: string


FlowStatus

The status of the workflow.

Type: int


Event

The specific event related to the workflow.

Type: Event


Events

A list of events associated with the workflow.

Type: List<Event>


FlowStatusCaptions

Captions related to different workflow statuses.

Type: Dictionary<string, string>


ProcessId

The unique identifier of the workflow process.

Type: long