This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

⚠️ We've moved!

Hi there!

To reduce project dependency on 3rd party paid services the StackStorm TSC has decided to move the Q/A from this forum to Github Discussions. This will make user experience better integrated with the native Github flow, as well as the questions closer to the community where they can provide answers.

Use 🔗 Github Discussions to ask your questions.

What happened when API update a pending execution instance

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.

I see status and result in the response https://api.stackstorm.com/api/v1/executions/#/action_executions_controller.get_one

Does this not work for you?