Runs the given Switchboard for each object once. This function requieres a Switchboard with exactly one input. The outputs are ignored.
First, the given Switchboard will be cloned for each object. Then, the Switchboards
will be executed in parallel. The number of parallel executions can be controlled
with the "jobs" parameter.
The "delay" parameter specifies how often the status of the Switchboards will be
checked to see if more Switchboards can be started. The default is 15 seconds.
The "recreate" parameter specifies if all Switchboards should be recreated regardless
of their status. If "recreate" is set to False (the default), successful Switchboards
will not be recreated when this function is started.