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.
getCurrentSteps
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.
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-09-04 UTC."],[],[],null,["# Google Cloud Workflows V1 Client - Class Status (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-workflows/latest/Executions.V1.Execution.Status)\n- [1.1.0](/php/docs/reference/cloud-workflows/1.1.0/Executions.V1.Execution.Status)\n- [1.0.3](/php/docs/reference/cloud-workflows/1.0.3/Executions.V1.Execution.Status)\n- [0.5.5](/php/docs/reference/cloud-workflows/0.5.5/Executions.V1.Execution.Status)\n- [0.4.2](/php/docs/reference/cloud-workflows/0.4.2/Executions.V1.Execution.Status)\n- [0.3.0](/php/docs/reference/cloud-workflows/0.3.0/Executions.V1.Execution.Status)\n- [0.2.17](/php/docs/reference/cloud-workflows/0.2.17/Executions.V1.Execution.Status) \nReference documentation and code samples for the Google Cloud Workflows V1 Client class Status.\n\nRepresents the current status of this execution.\n\nGenerated from protobuf message `google.cloud.workflows.executions.v1.Execution.Status`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Workflows \\\\ Executions \\\\ V1 \\\\ Execution\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getCurrentSteps\n\nA list of currently executing or last executed step names for the\nworkflow execution currently running. If the workflow has succeeded or\nfailed, this is the last attempted or executed step. Presently, if the\ncurrent step is inside a subworkflow, the list only includes that step.\n\nIn the future, the list will contain items for each step in the call\nstack, starting with the outermost step in the `main` subworkflow, and\nending with the most deeply nested step.\n\n### setCurrentSteps\n\nA list of currently executing or last executed step names for the\nworkflow execution currently running. If the workflow has succeeded or\nfailed, this is the last attempted or executed step. Presently, if the\ncurrent step is inside a subworkflow, the list only includes that step.\n\nIn the future, the list will contain items for each step in the call\nstack, starting with the outermost step in the `main` subworkflow, and\nending with the most deeply nested step."]]