IRuntimeWorkflowData Properties
An object defining properties for the IRuntimeWorkflowData class.
IsScheduler
Indicates whether the workflow is triggered by a scheduler.
Type: bool
WorkflowCodeProps
Code-level properties of the workflow.
Type: string
HttpClientOptions
Options for HTTP client configuration in the workflow.
Type: HttpClientOptions
PackageVersion
The major version number of the workflow package.
Type: int
InitialData
The initial data provided when the workflow was started.
Version
The overall version number of the workflow.
Type: int
FlowStarterEvent
Details of the event that triggered the workflow starter.
Type: RuntimeWorkflowEventData
Context
The context of the runtime workflow, including user and environment information.
Type: #linkDocument(csharp-Bimser.Synergy.Entities.Shared.Business.Objects.Context)
Steps
Properties defining the steps in the workflow.
MinorVersion
The minor version number of the workflow package.
Type: int
FlowStarter
Information about the user who initiated the workflow.
Type: UserInfo