Skip to content

Commit

Permalink
remove field PAUSED in run_state.proto
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 612931722
  • Loading branch information
tfx-copybara committed Mar 5, 2024
1 parent 0656ca0 commit d3fc27c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tfx/proto/orchestration/run_state.proto
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,14 @@ message RunState {
// partial run.
SKIPPED_PARTIAL_RUN = 8;

// Indicates that any active run is temporarily paused and may be resumed.
// (b/323371181) Remove this field
PAUSED = 5 [deprecated = true];

// Indicates that the pipeline or node was stopped by an external agent.
// When stopped, any associated active MLMD executions are cancelled.
STOPPED = 6;

// Indicates failure to run to completion due to internal errors.
FAILED = 7;

reserved 5;
}

State state = 1;
Expand Down

0 comments on commit d3fc27c

Please sign in to comment.