ATC: CALL [scriptname or GUID]
This command calls a workflow script from the Workflow Script tool. When the called script finishes, execution of the calling script resumes (unless the called script causes errors).
- [scriptname or GUID] is required. It specifies a workflow script that exists in the system’s Workflow Script library, either by name or by GUID. Square brackets are required.
Recursion
Recursive calls are possible to a maximum call depth of 1024. Each document has its own call stack.
Example
ATC: CALL [OutForBid]
The above example means “run the workflow written in the OutForBid script, as created in the Workflow Scripts tool.”
Last updated: February 15, 2018 at 23:43 pm;