Get from PyPI
Highlights
- New
@workflow.init
decorator allows__init__
to receive the workflow arguments. This can be useful for message handlers, since these may execute before the@workflow.run
method.
Specific Changes
2024-09-24 - 0995ae0 - Workflow init (#645)
2024-09-25 - 3cf1b85 - Change client-side default to match server-side default (#649)
2024-09-25 - a1b5d65 - cargo update -p quinn-proto (#651)
2024-09-30 - 2e6d742 - Insert guard clause for workflow.upsert_search_attributes on empty inputs (#630)
2024-10-03 - badbb9e - Add documentation of signal and update handlers (#658)