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

Rules and Guidelines for Parameter Files

Rules and Guidelines for Parameter Files

Certain rules and guidelines apply when you create parameter files.
Use the following rules when you create a parameter file:
  • You can reference mapping and workflow parameters in a parameter file. You cannot reference reusable transformation, mapplet, or data object parameters. To reference reusable object parameters, expose the reusable object parameters as mapping parameters. Specify the mapping parameter values in the parameter file.
  • The application element contains mapping or workflow parameters that apply only to the specified application when the application runs. If you run a mapping with a parameter file from the Developer tool and do not deploy the mapping as an application, do not specify an application element. Specify the mapping within a project element.
  • Parameter values cannot be empty. For example, the Data Integration Service fails the
    workflow
    run if the parameter file contains the following entry:
    <parameter name="Param1"> </parameter>
  • Within an element, artifact names are not case-sensitive. Therefore, the Data Integration Service interprets <parameter name="SrcDir"> and <parameter name="Srcdir"> as the same application.
  • A parameter that identifies a reference table must use a forward-slash (/) to separate folder names in a repository folder path.

0 COMMENTS

We’d like to hear from you!