Nevertheless, the information I’m getting points the node status as success:
“executionStatus”: “success”
this is different from the console where the diagram points the status as waiting, it is possible to get this information using the API provided by n8n?
Would you be able to share your workflow here to take a closer look into this? When I tried just now with status and a wait node, I got the appropriate waiting response
Hi, what does the n8n node set to status: waiting do exactly? I’ve been trying to use it to get all executions that are active, but n8n node outputs nothing.
I have activated a workflow to run every minute and it has a wait node as well, but executing the n8n node (in a different workflow) give me no output. It only shows the failed or successful executions.
I want to use it to for a scenario where I can only run one instance of one of my workflows at a time, I was hoping the n8n node would read the active one.
Hi @blueberry - could you share your workflow(s) with us for us to take a look? If you hit ctrl/cmd + a and then ctrl/cmd + c, you can paste your workflow between two sets of three backticks (```) which would help us out
This one I use for running executions every minute:
And this one is to check for any waiting executions of the previous workflow:
I’m executing it a few times, clicking and clicking, refreshing but no data to output as the other workflow is running and running. I may be confused by what “waiting” actually means. All in all I want to accomplish what this post is talking about without the html calls and cookies as now there is an n8n node:
Hi @blueberry So an interesting thing here with your workflows - technically, this wait would not be long enough. Anything under 65 seconds would be classified as an “active” workflow. If it’s more than 65 seconds, the workflow run will be persisted in the database, which then the status would be “waiting”.
To see any actual executions, you might need to make the wait time more like a few minutes