...
We recommend that you use the following syntax for the names of job nodes that are processed in parallel:
Code Block |
---|
"splitter job node name" ":" "job name": in the example described above, one of the first nodes would then be ''split_partitions:export_table_partition_1''. |
This allows the diagram algorithmus in JOE to know and correctly display the nodes that directly follow on from the splitter. This is because the JobScheduler syntax does not recognise predecessor relationships (only successors).
Job nodes
As far as possible, the names of job nodes should identical to the job names (poss. without the folder name). If a job is used more than once in a job chain, then the node name can be uniquely specified using a letter or number as a suffix.
...