public enum MigrationWorkflow.Types.StateReference documentation and code samples for the BigQuery Migration v2 API enum MigrationWorkflow.Types.State.
Possible migration workflow states.
Namespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Fields |
|
|---|---|
| Name | Description |
Completed |
Workflow is complete. There should not be any task in a non-terminal state, but if they are (e.g. forced termination), they will not be scheduled. |
Draft |
Workflow is in draft status, i.e. tasks are not yet eligible for execution. |
Paused |
Workflow is paused. Tasks currently in progress may continue, but no further tasks will be scheduled. |
Running |
Workflow is running (i.e. tasks are eligible for execution). |
Unspecified |
Workflow state is unspecified. |