How to get the execution status and result in real time #5336
Answered
by
nzlosh
Meet-for-your-drink
asked this question in
Q&A
|
If I use st2 executiveAPI to submit an action implement interface, I can only have access to the id of the execution record. So if I want to know the execution result, I have to use this id to search the query interface. In the action interface in webui of st2, the execution status and the result output are updated in real time. In the console, there is neither the query request initiation nor the setup of a websocket connection. Therefore, I want to know how this works? |
Answered by
nzlosh
Apr 27, 2021
Replies: 2 comments
|
Real-time output of actions is describe here https://docs.stackstorm.com/reference/action_output_streaming.html |
0 replies
Answer selected by
arm4b
|
Just converted the Issue to Q/A Discussion. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Real-time output of actions is describe here https://docs.stackstorm.com/reference/action_output_streaming.html