public sealed class Execution.Types.Status : IMessage<Execution.Types.Status>, IEquatable<Execution.Types.Status>, IDeepCloneable<Execution.Types.Status>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflow Executions v1 API class Execution.Types.Status.
public RepeatedField<Execution.Types.Status.Types.Step> CurrentSteps { get; }
A list of currently executing or last executed step names for the
workflow execution currently running. If the workflow has succeeded or
failed, this is the last attempted or executed step. Presently, if the
current step is inside a subworkflow, the list only includes that step.
In the future, the list will contain items for each step in the call
stack, starting with the outermost step in the main subworkflow, and
ending with the most deeply nested step.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-10 UTC."],[[["This page provides reference documentation for the `Execution.Types.Status` class within the Google Cloud Workflows Executions v1 API, detailing its structure and functionality."],["The `Execution.Types.Status` class represents the current status of a workflow execution and is found in the `Google.Cloud.Workflows.Executions.V1` namespace within the Google.Cloud.Workflows.Executions.V1.dll assembly."],["The documentation covers various versions of the API, ranging from version 1.0.0 up to the latest version 2.6.0, with links to the documentation for each version."],["Key members of this class include a list called `CurrentSteps`, which is a `RepeatedField` that provides information on the currently or last executed steps of a workflow."],["The Class `Execution.Types.Status` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]