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-10 UTC."],[[["This document provides reference documentation for the `Execution.Types.Status.Types.Step` class within the Workflow Executions v1 API, representing a step of a workflow execution."],["The `Execution.Types.Status.Types.Step` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities for message handling and object management."],["The provided class `Execution.Types.Status.Types.Step` has two main properties, `Routine` and `Step_`, both strings, which represent the name of a routine and the name of a step within that routine, respectively."],["There are several versions for the API that can be navigated to, going from version 1.0.0 all the way to 2.6.0, which is noted as the latest."]]],[]]