Python SDK 1.34.1
Overview
Added
- Adds a
cron_inputoption toworkflow,task, anddurable_taskdeclarations, allowing an input to be supplied to runs triggered by a workflow'son_cronsschedules. The value is typed against the workflow's input model and serialized onto the workflow version.
Installation
Install the SDK using pip:
pip install hatchet-sdkOr using poetry:
poetry add hatchet-sdkDocumentation
For detailed documentation, examples, and best practices, visit:
What's Changed?
- feat(sdks/python): add cron_input to workflow and task declarations (#4413) by @adem-loghmari