Skip to main content

IRuntimeWorkflowData

Represents the runtime workflow data, including contextual information, starter details, and workflow configuration.

Properties

NameDescription
IsSchedulerIndicates whether the workflow is triggered by a scheduler.
WorkflowCodePropsCode-level properties of the workflow.
HttpClientOptionsOptions for HTTP client configuration in the workflow.
PackageVersionThe major version number of the workflow package.
InitialDataThe initial data provided when the workflow was started.
VersionThe overall version number of the workflow.
FlowStarterEventDetails of the event that triggered the workflow starter.
ContextThe context of the runtime workflow, including user and environment information.
StepsProperties defining the steps in the workflow.
MinorVersionThe minor version number of the workflow package.
FlowStarterInformation about the user who initiated the workflow.