Google Cloud Dataform V1beta1 Client - Class State (0.5.1) Stay organized with collections Save and categorize content based on your preferences.
Beta
This library is covered by thePre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see thelaunch stage descriptions.
Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class State.
Represents the current state of a workflow invocation.
Protobuf typegoogle.cloud.dataform.v1beta1.WorkflowInvocation.State
Namespace
Google \ Cloud \ Dataform \ V1beta1 \ WorkflowInvocationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value | mixed |
static::value
| Parameter | |
|---|---|
| Name | Description |
name | mixed |
Constants
STATE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enumSTATE_UNSPECIFIED = 0;
RUNNING
Value: 1The workflow invocation is currently running.
Generated from protobuf enumRUNNING = 1;
SUCCEEDED
Value: 2The workflow invocation succeeded. A terminal state.
Generated from protobuf enumSUCCEEDED = 2;
CANCELLED
Value: 3The workflow invocation was cancelled. A terminal state.
Generated from protobuf enumCANCELLED = 3;
FAILED
Value: 4The workflow invocation failed. A terminal state.
Generated from protobuf enumFAILED = 4;
CANCELING
Value: 5The workflow invocation is being cancelled, but some actions are stillrunning.
Generated from protobuf enumCANCELING = 5;
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-09 UTC.