...
The Execute Task Sequence activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Package Id (text box editor type) (type: string): enter the task sequence package Id (In order to get a list of packages, use 'Get Task Sequence Packages' activity). E.g. 'FMP00001'.
- Program Id (text box editor type) (type: string): enter the program Id (In order to get a list of program Ids, use 'Get Programs' activity). The default value for this parameter is '*'
- Program Name (text box editor type) (type: string): enter the program name from the target client. This parameter takes precedence over 'Package Id' parameter.
- Target Client (text box editor type) (type: string): enter the target client where the task sequence will be executed.
...