Multiple choice technology

Which three are valid ways within a Job Sequence to pass parameters to Activity stages? (Choose three.)

  1. ExecCommand Activity stage

  2. UserVariables Activity stage

  3. Sequencer Activity stage

  4. Routine Activity stage

  5. Nested Condition Activity stage

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

In Job Sequences, parameters can be passed to Activity stages through ExecCommand (with parameter substitution), UserVariables Activity (defines sequence variables), and Routine Activity (parameters can be job parameters). Sequencer Activity controls flow and Nested Condition handles logic - neither passes parameters.