there is nothing that can auto star ChildSessions right now.
But once it is running, you can execute workflows inside it, from powershell using the -childsession attribute
You can see how to work with powershell here
This question comes up a lot. There is several ways you can run a robot at an interval.
NodeRED
The primary way you do that is using NodeRED. NodeRED has several modules for scheduling new messages, I normally go for node-red-contrib-cron and lookup the syntax at crontab.guru
[Scheduling1]
External application
You can schedule jobs from an external application, or using Microsoft task scheduler and then execute a workflow using command line parameters to the robot. You have 2 options for in…