Postprocess
The postprocess step completes a workflow before the unload step starts.
The postprocess activities are identical to any subprocess, but the setup of these activities is different because it is the end of the workflow cycle. At the end of this step, tracking data for the process is recorded, including any tracked process variables.
If the workflow is set on a continuous loop, this step is the last step. The workflow runs through the postprocess and then starts again at the preprocess step. The only time this loop breaks is if an end command is used or an unhandled fault occurs. The workflow then continues past the postprocess step to the unload step.