Table of Contents

Search

  1. Preface
  2. Workflows
  3. Workflow Variables
  4. Workflow Parameters
  5. Cluster Tasks
  6. Command Task
  7. Human Task
  8. Mapping Task
  9. Notification Task
  10. Gateways
  11. Workflow Recovery
  12. Workflow Administration

Developer Workflow Guide

Developer Workflow Guide

Running a Workflow with a Parameter Set

Running a Workflow with a Parameter Set

Use the
startWorkflow
command to run a workflow with a parameter set. The -ps argument specifies the parameter set name.
When you deploy a workflow with a parameter set, you can use a different parameter set at run time by including the parameter set argument in the command.
For example, the following command runs the workflow myWorkflow with the parameter set "MyParameterSet:"
infcmd wfs startWorkflow -dn MyDomain -sn MyDataIntSvs -un MyUser -pd MyPassword -a MyApplication -wf MyWorkflow -ps MyParameterSet

0 COMMENTS

We’d like to hear from you!