[[["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-03 UTC."],[],[],null,["# Dataform V1 API - Module Google::Cloud::Dataform::V1::WorkflowInvocationAction::State (v0.1.0)\n\nReference documentation and code samples for the Dataform V1 API module Google::Cloud::Dataform::V1::WorkflowInvocationAction::State.\n\nRepresents the current state of a workflow invocation action.\n\nConstants\n---------\n\n### PENDING\n\n**value:** 0 \nThe action has not yet been considered for invocation.\n\n### RUNNING\n\n**value:** 1 \nThe action is currently running.\n\n### SKIPPED\n\n**value:** 2 \nExecution of the action was skipped because upstream dependencies did not\nall complete successfully. A terminal state.\n\n### DISABLED\n\n**value:** 3 \nExecution of the action was disabled as per the configuration of the\ncorresponding compilation result action. A terminal state.\n\n### SUCCEEDED\n\n**value:** 4 \nThe action succeeded. A terminal state.\n\n### CANCELLED\n\n**value:** 5 \nThe action was cancelled. A terminal state.\n\n### FAILED\n\n**value:** 6 \nThe action failed. A terminal state."]]