ATC: DIRECT remote-command

This command sends an instruction to the ATC workflow engine for background processing.

  • remote-command is required. See KBA-01573 for possible commands.  $SITENAME must be used to identify the current site.

Examples

ATC: DIRECT Enque Pullupdate $SITENAME now

The above example means “have the ATC workflow engine get the latest update from Spitfire’s update server so it will be available the next time ICTool is opened.

ATC: DIRECT Enque ReadPopMail $SITENAME now

The above example means “Check for inbound emails on the current site.”  (This is normally done on a schedule—this command would add an extra check.)

ATC: DIRECT Enque CloudSync $SITENAME [DKEY_DocHeader_DocMasterKey]

The above example means “queue this document on the current site for a cloud file sync.” (This is normally done on a schedule— this command would add an extra check, perhaps because the workflow knows it just generated some files.)


Last updated: May 21, 2025 at 9:34 am;  green text = new

Related Post

ATC: UPDATEATC: UPDATE

ATC: UPDATE target = value This command updates a target area with a new value. target is required. Currently, the only valid target is NOTIFICATION. HTML formatting is supported for Notifications if the

ATC: ALERTATC: ALERT

ATC: ALERT [user] TITLE title; free-form-text This command sends an alert with free-form text to a specified user. [user] is required. It specifies the person to receive the alert. Square brackets

ATC: ERRORIFATC: ERRORIF

ATC: ERRORIF condition  |  (WHEN table.field  (operator value-expression  |  IsChanging )) This command ends the workflow script if conditions are met (i.e., an error is detected) and sends an Alert.