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-06-12 UTC."],[[["The latest version of the `Execution.Types.Status.Types.Step` class within the Google Cloud Workflows Executions v1 API is 2.6.0."],["This class represents a single step within a workflow execution, and it is part of the `Google.Cloud.Workflows.Executions.V1` namespace."],["The `Execution.Types.Status.Types.Step` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["The class includes properties such as `Routine` and `Step_`, representing the name of a routine and a step within the workflow, respectively, both being of string type."],["There are multiple versions of this Class available to access, from version 1.0.0 up to the latest 2.6.0."]]],[]]