Skip to content

1.0.65

Compare
Choose a tag to compare
@gardusig gardusig released this 10 May 20:26
· 187 commits to main since this release
41c035b

What's Changed

  • Support for updating tasks and evaluating workflow status synchronously by @v1r3n in #164
# 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