Macro Automation Operation Modes #25

Open
opened 2025-06-01 13:21:32 -06:00 by nicole · 0 comments
Owner

While developing the Macro node(s), implement the 3 operational states:

  • Continuous: The macro will run non-stop when the "Start/Stop" button is toggled. It may incorporate randomization, but it will otherwise be non-stop.
  • Trigger-Only: The macro will only trigger once if an upstream node sends a value of "1" downstream to the macro node. This would allow for an event-driven macro system that does things when certain triggers occur, such as specific text being seen on-screen, or other actions taking place.
  • Run Once: When the user clicks the "Start" button, the macro runs on the connected agent's specified window, and when it completes the run, the macro stops / halts itself waiting for another trigger.
While developing the Macro node(s), implement the 3 operational states: - **Continuous**: The macro will run non-stop when the "Start/Stop" button is toggled. It may incorporate randomization, but it will otherwise be non-stop. - **Trigger-Only**: The macro will only trigger once if an upstream node sends a value of "1" downstream to the macro node. This would allow for an event-driven macro system that does things when certain triggers occur, such as specific text being seen on-screen, or other actions taking place. - **Run Once**: When the user clicks the "Start" button, the macro runs on the connected agent's specified window, and when it completes the run, the macro stops / halts itself waiting for another trigger.
nicole added the
Kind/Feature
Priority
Medium
labels 2025-06-01 13:21:32 -06:00
nicole self-assigned this 2025-06-01 13:21:32 -06:00
nicole added this to the Borealis - Feature Roadmap project 2025-06-01 13:21:32 -06:00
nicole moved this to In Progress in Borealis - Feature Roadmap on 2025-06-01 13:22:11 -06:00
Sign in to join this conversation.
No description provided.