ExecuteExternalCommand Parameters and Valid Execution Modes

The valid execution mode for ExecuteExternalCommand is SYNCHR.

The parameters of ExecuteExternalCommand are as follows:

ExecuteExternalCommand Parameters
Name Semantics Type Valid Values Multiplicity
Direction: In
Command
(Mandatory) Specify the name of the ant command to call in all lowercase letters. string See Legal ANT Commands list. 1

Depending on the command, the ExecuteExternalCommand activity will need other parameters as well. These parameters will be of type property and will have the names of methods available to that Ant command.