Scenario Scheduler (Pro)
A schedule that runs saved scenarios at chosen times and in chosen order. Runs only while AIWeavio is open.
Scheduler nodes
- Wait until date/time — start or wait until a specific month, day, hour and minute.
- Run scenario — launch a saved scenario.
- Wait — pause for a fixed number of seconds.
- Repeat every — wait an interval (seconds / minutes / hours) before the next loop iteration.
- Counter — increment / decrement / reset / read a counter, so you can build "run X times" loops.
- If counter — branch on a counter value.
- Stop scenario — stop the active scenario and clear scheduled waits.
- Parallel — split the schedule into named branches so several scenarios can be queued in parallel.
- Pause / Block / Unblock / Stop / Start branch — control individual named branches (mirror the ones in the main graph, but for scheduler branches).