Preprocess
The preprocess step starts after the load step ends. This step performs any initialization work required for the process.
If the workflow is set on a continuous loop, this step becomes the first step reinitiated after the postprocess step ends. The continuous loop then runs between the preprocess and postprocess steps. The only time this loop breaks is if an end command is used or an unhandled fault occurs. The workflow then continues through the rest of the steps to the unload step.