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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides reference documentation for the `Execution.Types.Status.Types.Step` class within the Google Cloud Workflows Executions v1 API."],["The `Step` class represents an individual step in a workflow execution and is part of the status information for that execution."],["This class has been released in multiple versions, with version 2.6.0 being the latest, and it shows the documentation for version 2.5.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Step` class has two string properties, `Routine` and `Step_`, representing the name of a routine and the name of a step within the routine, respectively."]]],[]]