Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apis/workflows/v1/core.proto
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ enum TaskState {
TASK_STATE_COMPUTED = 3;
// The task has failed.
TASK_STATE_FAILED = 4;
// The task has been skipped, because it was in an optional subbranch and one of its sibling tasks in the same
// branch has failed.
TASK_STATE_SKIPPED = 5;
}

// An identifier for a task.
Expand Down