Actions
Feature #26691
closedAllow sending partial updates via smart_proxy_dynflow
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:
Description
So far, we've only supported POST /tasks/:task_id/done
when sending callbacks to smart_proxy_dynflow
(used in rex async ssh). As part of adding ability to manually control the job lifecycle outside of the
initial script, I would like to add POST/tasks/:task_id/update
as well, that will send external event to
the action, while preserving the otp for sub-sequential calls.
Actions