...
The use of the above syntax is not necessary for the correct functioning of the JobScheduler.
Splitter job parameters
...
See documentation of job JobChainSplitter.
The state_names parameter
- The splitter job state_names parameter is used to specify the node names of the jobs that are to be started in parallel (see Setting_parameters).
- The node names are to be seperated by semi-colons.
- In chains with this diamond pattern structure, the parameters are specified for the job chain and referred to as node parameters. Node parameters can be used to specify parameters for more than one splitter in a job chain, independently of one another, as in our example, without creating conflicts.
...