chore: regenerate examples (#3018)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
github-actions[bot]
2026-02-13 11:24:46 -05:00
committed by GitHub
parent f67a883bf5
commit c922830c77
2 changed files with 36 additions and 3 deletions
+5 -1
View File
@@ -39,7 +39,10 @@ from examples.lifespans.simple import lifespan, lifespan_task
from examples.logger.workflow import logging_workflow
from examples.non_retryable.worker import non_retryable_workflow
from examples.on_failure.worker import on_failure_wf, on_failure_wf_with_details
from examples.return_exceptions.worker import return_exceptions_task
from examples.return_exceptions.worker import (
exception_parsing_workflow,
return_exceptions_task,
)
from examples.run_details.worker import run_detail_test_workflow
from examples.serde.worker import serde_workflow
from examples.simple.worker import simple, simple_durable
@@ -98,6 +101,7 @@ def main() -> None:
webhook_with_scope,
webhook_with_static_payload,
return_exceptions_task,
exception_parsing_workflow,
wait_for_sleep_twice,
async_task_with_dependencies,
sync_task_with_dependencies,