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