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

Creating a Parameter File from infacmd ms ListMappingParams

Creating a Parameter File from infacmd ms ListMappingParams

The infacmd
wfs ListWorkflowParams
command lists the parameters for a
workflow
in a deployed application and the default value for each parameter. Use the output of this command to create a parameter file.
  1. Run the infacmd
    wfs ListWorkflowParams
    command to list the parameters for a
    workflow
    and the default value for each parameter.
    The -o argument sends command output to an XML file.
    For example, the following command lists the parameters in workflow MyWorkflow in file "MyOutputFile.xml":
    infacmd wfs ListWorkflowParams -dn MyDomain -sn MyDataIntSvs -un MyUser -pd MyPassword -a MyApplication -wf MyWorkflow -o MyOutputFile.xml
    The Data Integration Service lists all mapping parameters with their default values.
  2. If you did not specify the -o argument, you can copy the command output to an XML file and save the file.
  3. Edit the XML file and replace the parameter default values with the values you want to use when you run the
    workflow
    .
  4. Save the XML file.

0 COMMENTS

We’d like to hear from you!