Providing for user inputs for a workflow

The inputs are:

  • Arguments in a Workflow function LaunchWorkflow
  • Constants in Action scripts

The user provides a value for the input when starting the workflow. Then, the workflow uses the input value wherever it is required. No further user interaction is necessary.

The process is described briefly here.

  1. Create the inputs in the action sets.
  2. Set up the actions to include a variable that uses the input value.
  3. Assign a value to the input variable when you launch the workflow.
  4. Run a workflow to apply the input value to multiple objects without additional user interaction.