Skip to content

Search these docs, or ask Revo a question — answers link the pages they came from.

Run Schedule

Starts a complete schedule, running every thread that schedule defines. To start a single thread instead, use Run Schedule Thread.


ParameterTypeDescription
Schedule string The schedule to start.
Execution Mode ScheduleExecutionMode Whether this step waits for the schedule it starts. Fork starts it and carries straight on; Do Not Fork holds this step open until it finishes.
Thread Count string How many threads of the schedule to start.
Parameter Values RunParameterValueCollection Values passed into the started schedule's parameters.
Notes string Free-text note kept with this step. It appears on the step in the schedule editor and in the event log, and has no effect on what the step does. Use it to record why the step is here.
Enabled bool Whether this step runs. Clearing it leaves the step in the schedule, in place and still configured, but skips it at run time.

Mandatory parameter