public sealed class Execution.Types.Status.Types.Step : IMessage<Execution.Types.Status.Types.Step>, IEquatable<Execution.Types.Status.Types.Step>, IDeepCloneable<Execution.Types.Status.Types.Step>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflow Executions v1 API class Execution.Types.Status.Types.Step.
Represents a step of the workflow this execution is running.
[[["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-07-30 UTC."],[[["This documentation page provides reference information for the `Execution.Types.Status.Types.Step` class within the Google Cloud Workflows Executions v1 API, specifically for version 2.4.0."],["The `Execution.Types.Status.Types.Step` class represents a step in a workflow execution and includes details such as the name of the routine and the name of the specific step within that routine."],["This class implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it is part of the `Google.Cloud.Workflows.Executions.V1` namespace."],["The documentation includes details about the available constructors for creating an instance of the `Step` class, as well as properties like `Routine` and `Step_`, which are both of type string."],["The page also lists a range of versions from 1.0.0 to 2.6.0 of the same class, with 2.6.0 being the latest version, which is accessible via a separate link."]]],[]]