I have a inquiry action , this action invoke a 3rd system, when the inquriy type action in pending status ,i want the 3rd system call back to update the status/result ,like 80 % of this execution.
found update execution api here https://api.stackstorm.com/api/v1/executions/#/action_executions_controller.put
but cant figure out how to pull this updated status/result
the get execution API not return these information.