However, what I mean is that I want to get which specific node a currently executing workflow has reached, rather than getting workflows with a status of “running”.
For example, the execution id 1 is running, I want to get workflow node of execution id 1 currently at.
Thank you so much! This is exactly the effect I wanted.
I need this because I’m trying to implement a simple runtime workflow statistics feature. It should not only let me know which workflows are running, but also show which node each running workflow has reached.