ATC: EXIT THIS

This command ends the workflow script.

Example

ATC: EXIT THIS

The above example means “end the script now.”


Last updated: September 19, 2017 at 9:35 am;  

Related Post

ATC: IFATC: IF

ATC: IF condition  | (table.field (operator value-expression |  IsChanging)) If this command appears anywhere in the script, the entire script is run in the background (even if the command is in an ATC:

ATC: FOREACHATC: FOREACH

ATC: FOREACH table state BY sortfield WITH filter; This command begins a block of commands that will repeat once for each row in the specified table (that matches the filter).

ATC: ADD WBCODEATC: ADD WBCODE

ATC: ADD WBCODE costcode description |  FROM projectid  LIKE mask This command adds one or more cost codes to the project identified by the current target document. No save is required. This command is