Releases: conductor-sdk/conductor-python
Releases · conductor-sdk/conductor-python
1.0.71
1.0.70
What's Changed
- Fixed worker annotation discovery by @gardusig in #186, kudos to @coderabhigupta for raising the issue
Full Changelog: 1.0.69...1.0.70
1.0.69
1.0.68
1.0.67
What's Changed
- Added body to attribute map so it can be set via the code. by @devingoodsell in #166
New Contributors
- @devingoodsell made their first contribution in #166
Full Changelog: 1.0.66...1.0.67
1.0.66
What's Changed
- add logs to the task result by @v891 in #161
- Added freeze support to wait before starting a subprocess by @gardusig in #160
- fix: Calls with double / by @JCHacking in #163
New Contributors
- @v891 made their first contribution in #161
- @JCHacking made their first contribution in #163
Full Changelog: 1.0.65...1.0.66
1.0.65
What's Changed
# example usage
# task_status can be one of `COMPLETED` `FAILED` `FAILED_WITH_TERMINAL_ERROR` `IN_PROGRESS`
# returns the current state of workflow after updating the task
workflow = workflow_executor.update_task_by_ref_name_sync(task_output_dict, workflow_id, reference_task_name, task_status)
Full Changelog: 1.0.64...1.0.65