Checkpoint
Checkpoints are integrated into a Workflow in order to ascertain which part of the Workflow was reached before an error occurred. When a Checkpoint is reached it is given the status True and saves the length of time from starting to execute the Workflow until the Checkpoint is reached.
Inbound Variables
Suffix can be used if the Checkpoint is within the Control Block's File Controlled Loop. A suffix is then added to the name of the Checkpoint during every loop. Each suffix is a column entry in the file that was imported in the File Controlled Loop.
Outbound Variables
Was Reached is given the status True if the Checkpoint was executed
-
Syntax: True
Elapsed Time is the time taken from when the Workflow starts until the Checkpoint is reached
-
Syntax: [Time since Workflow start in seconds]