Skip to content

Commit

Permalink
add unsupported notice for PipelineTaskFinalStatus (#3839)
Browse files Browse the repository at this point in the history
Signed-off-by: Humair Khan <[email protected]>
  • Loading branch information
HumairAK authored Sep 12, 2024
1 parent b266e1e commit c638d3b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ def my_pipeline():
fail_op()
```

{{% oss-be-unsupported feature_name="Setting `PipelineTaskFinalStatus`" gh_issue_link=https://github.com/kubeflow/pipelines/issues/10917 %}}

#### **Example:** Ignoring upstream task failures

The [`.ignore_upstream_failure()`][ignore-upstream-failure] task method on [`PipelineTask`][dsl-pipelinetask] enables another approach to author pipelines with exit handling behavior.
Expand Down

0 comments on commit c638d3b

Please sign in to comment.