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: QUERYATC: QUERY

ATC: QUERY qalias d1 d2 d3 This command runs the query dynamically defined through a QueryConfig | qalias:Alias rule. The result set is thus available for other ATC commands in the workflow

ATC: EXIT LOOPATC: EXIT LOOP

ATC: EXIT LOOP This command exits the current ATC: FOREACH loop. It is usually used within an ATC: IF block. Example ATC: FOREACH DocAttachedFile BY CheckOutStatus WITH CheckOutStatus <> 'H'

ATC: ADD COMMENTATC: ADD COMMENT

ATC: ADD COMMENT description This command adds a comment/remark to the current target document. description is required. The freeform description can be any text and can include spaces Note: to format