chore: regenerate examples (#2820)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
github-actions[bot]
2026-01-19 07:44:26 -05:00
committed by GitHub
parent b83957e7be
commit 7cbd49056a
2 changed files with 64 additions and 0 deletions
+2
View File
@@ -41,6 +41,7 @@ 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.run_details.worker import run_detail_test_workflow
from examples.serde.worker import serde_workflow
from examples.simple.worker import simple, simple_durable
from examples.timeout.worker import refresh_timeout_wf, timeout_wf
from examples.webhooks.worker import webhook
@@ -98,6 +99,7 @@ def main() -> None:
durable_sync_task_with_dependencies,
say_hello,
say_hello_unsafely,
serde_workflow,
],
lifespan=lifespan,
)