Action List Parameters allow you to make an Action List behave as a function of specific values when you call it.

The scope of an Action List parameter is confined to the actions within the Action List. Action List Parameters can be modified from script in the same manner as Automise variables.

Action List Parameters can be accessed anywhere that Automise variables can be used. Action List Parameters take precedence over variables in higher namespaces of the same name. The syntax to access an Action List Parameter outside of script is the same as for a variable, ie %ParameterName%.

Action List Parameters are available on any Action List except Default.

To view or modify Action List Parameters you can either:

  1. Right-click on the Action List tab and select "Action List Configuration...", or
  2. Select the "Action List Parameters..." menu item from the Project menu.

In the above example, the variables %SOURCEPATH% and %BUILDNUM% are available to any actions in the Action List with these parameters.

To run an Action List, use a "Run Action List" action (available in the "Flow Control" action types category). The Run Action List action's property page allows you to specify the value of each Action List parameter:

  • No labels