Integrating UI Vision - How to wait for it to finish before moving next node?

Describe the problem/error/question

Does anyone have experience in using UI Vision RPA? it has command line API so I was able to successfully launch the macro in n8n using the Execute Command Node but I don’t know how to exactly make it wait for the macro to finish before n8n moves on to the next node. Right now the workflow is processing all the nodes without waiting for the browser macro to finish.

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:1.89.2
  • **Database (default: SQLite):default
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):default
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):npm
  • **Operating system:Windows Server 2022

Have you consider using a “WAIT” node after the Execute Command?

I could do that but I’d have estimate on how long the macro would take to finish. I’d rather not use the wait node since the time to finish running the macro varies

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.