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