Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Unlike Parallel Jobs, input and output (passive) stages can act as both an input and output in the one Server job. When a job contains such a design, the Server engine will synchronize execution so that any load processes are completed before performing the read processes. For example, consider the following job design:

Gliffy
imageAttachmentIdatt2148139022
macroId2d6db8f5-9eb8-4fa7-b5da-1e9c31642f2b
baseUrlhttps://datamigrators.atlassian.net/wiki
displayNameSynchronisation Stages
nameSynchronisation Stages
diagramAttachmentIdatt2148466693
containerId1432027151
timestamp1645491097223

The processes used by the server job will be synchronized such to ensure that the stages grouped by the yellow annotation on the left are fully executed before starting the stages grouped by the annotation on the right.

...