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 exactly is callback?

What exactly is the callback in the Request body on /api/v1/executions POST.

https://api.stackstorm.com/api/v1/executions/#/action_executions_controller.post

@n_kos The callback field is a “special” field used only by mistral runner. It’s a way for us to inform mistral when an action execution is done. I don’t recommend users relying on this field. I also understand this is documented in public API. Here is the github tracking issue: Public API documentation for v1/executions documents a callback that users shouldn’t really see or use · Issue #4038 · StackStorm/st2 · GitHub

1 Like

I wonder if there is a callback or something like on-complete for an action chain for a single action.