IRuntimeWorkflowData
Represents the runtime workflow data, including contextual information, starter details, and workflow configuration.
Properties
| Name | Description |
|---|---|
| HttpClientOptions | Options for HTTP client configuration in the workflow. |
| Steps | Properties defining the steps in the workflow. |
| Context | The context of the runtime workflow, including user and environment information. |
| Version | The overall version number of the workflow. |
| WorkflowCodeProps | Code-level properties of the workflow. |
| FlowStarter | Information about the user who initiated the workflow. |
| IsScheduler | Indicates whether the workflow is triggered by a scheduler. |
| MinorVersion | The minor version number of the workflow package. |
| PackageVersion | The major version number of the workflow package. |
| FlowStarterEvent | Details of the event that triggered the workflow starter. |
| InitialData | The initial data provided when the workflow was started. |