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

Job Sequences can pass parameters to Activity stages through three valid methods: ExecCommand Activity (passes parameters to command scripts), UserVariables Activity (defines and passes variable values), and Routine Activity (passes parameters to called routines). Sequencer Activity controls flow but doesn't pass parameters, and Nested Condition Activity evaluates conditions without parameter passing capability.