From 0793ed4b0240967e697bdfe7c87440a53da9a04f Mon Sep 17 00:00:00 2001 From: Lukas Bindreiter Date: Wed, 4 Feb 2026 17:18:31 +0100 Subject: [PATCH] Skipped tasks --- apis/workflows/v1/core.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apis/workflows/v1/core.proto b/apis/workflows/v1/core.proto index 9c4efd5..82e8ec1 100644 --- a/apis/workflows/v1/core.proto +++ b/apis/workflows/v1/core.proto @@ -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.