Module: Google::Cloud::Bigquery::Migration::V2::MigrationWorkflow::State
- Defined in:
- proto_docs/google/cloud/bigquery/migration/v2/migration_entities.rb
Overview
Possible migration workflow states.
Constant Summary collapse
- STATE_UNSPECIFIED =
Workflow state is unspecified.
0- DRAFT =
Workflow is in draft status, i.e. tasks are not yet eligible for execution.
1- RUNNING =
Workflow is running (i.e. tasks are eligible for execution).
2- PAUSED =
Workflow is paused. Tasks currently in progress may continue, but no further tasks will be scheduled.
3- 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.
4