What's Changed
* Support for updating tasks and evaluating workflow status synchronously by v1r3n in https://github.com/conductor-sdk/conductor-python/pull/164
python
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**: https://github.com/conductor-sdk/conductor-python/compare/1.0.64...1.0.65