We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conductor API for updateWorkflowDef doesn't support updating onStateChange values.
task.on_state_change = { "onScheduled,onStart,onSuccess,onFailed,onCancelled": [ { "type": "task_status_changed", "payload": {"task": "${%s}" % task.task_reference_name, "workflow": "${workflow}"}, } ] }
but updated workflow is missing this data because client doesn't have getter/setter for this newer attribute.
The text was updated successfully, but these errors were encountered:
Hi @matteius this has been addressed in the latest version. See https://github.com/conductor-sdk/conductor-python/blob/main/examples/task_status_change_audit.py for example.
Sorry, something went wrong.
No branches or pull requests
Conductor API for updateWorkflowDef doesn't support updating onStateChange values.
but updated workflow is missing this data because client doesn't have getter/setter for this newer attribute.
The text was updated successfully, but these errors were encountered: