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

Nested Parameters

Nested Parameters

The Data Integration Service resolves one level of parameter values. The Data Integration Service does not resolve parameter values that are nested within another workflow parameter or variable.
For example, you assign the following workflow parameters these values in a parameter file:
  • Parameter1 has a value of 3
  • Parameter2 has a value of 4
  • Parameter3 has a value of
    ${par:Parameter1} + ${par:Parameter2}
When you use Parameter3 in an expression or task field, the Data Integration Service does not resolve the nested parameters Parameter1 and Parameter2 to the value of 7. Instead, the Data Integration Service uses the following string value for Parameter3:
${par:Parameter1} + ${par:Parameter2}

0 COMMENTS

We’d like to hear from you!