[Docs, Python] Expand Cancellation + Conditional Workflow Docs, Fix cancellation in Python (#1471)

* feat: expand conditional docs

* feat: initial cancellation work + fixing some broken links

* feat: docs on cancellation

* python: fix cancellation

* python: cruft

* chore: version

* feat: python example

* fix: TS cancellation examples

* fix: lint

* feat: go example

* feat: half-baked ts conditional logic workflow

* feat: add ts example conditional workflow

* feat: go example

* feat: go example

* fix: cancellation test

* fix: thanks, copilot!

* Update frontend/docs/pages/home/conditional-workflows.mdx

Co-authored-by: Gabe Ruttner <gabriel.ruttner@gmail.com>

* fix: lint

* chore: lint

* fix: longer sleep

---------

Co-authored-by: Gabe Ruttner <gabriel.ruttner@gmail.com>
This commit is contained in:
Matt Kaye
2025-04-02 19:51:51 -04:00
committed by GitHub
parent 8a4810bfed
commit 77f81476bd
30 changed files with 670 additions and 62 deletions

View File

@@ -6,7 +6,6 @@
# worker = fixture_bg_worker(["poetry", "run", "manual_trigger"])
# # requires scope module or higher for shared event loop
# @pytest.mark.asyncio()
# # @pytest.mark.asyncio()
# async def test_run(hatchet: Hatchet):
# # TODO