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 when this step runs.
Execution Mode ScheduleExecutionMode Whether this step waits for the schedule it starts, or carries on. 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 The values passed into the parameters of the schedule being started.
Notes string A free-text note kept with this step. It changes nothing at run time. Shown on the step in the schedule editor and in the event log. Use it to record why the step is here.
Enabled bool Whether this step runs. Clearing it skips the step when the schedule runs. The step stays in the schedule, in place and still configured.

Mandatory parameter