Data Integration
- Data Integration
- All Products
Heading
| Description
|
---|---|
#USE_SECTIONS
| Use this heading as the first line of a parameter set that contains sections. Otherwise, the taskflow reads only the first global section and ignores all other sections.
|
[Global]
| Defines parameters for all projects, folders, taskflows, and Subtaskflow steps.
|
[project name].[folder name].[taskflow name]
-or-
[project name].[taskflow name]
| Defines parameters for a specific taskflow.
If a parameter is defined in a taskflow section and in a global section, the value in the taskflow section overrides the global value. If a parameter value is not defined in the taskflow section, the global value is considered.
|
[project name].[folder name].[taskflow name].[subtaskflow step name]
-or-
[project name].[taskflow name].[subtaskflow step name]
| Defines parameters for a specific Subtaskflow step.
If a parameter is defined in a Subtaskflow step section and in a global section, the value in the Subtaskflow step section overrides the global value.
If a parameter is defined in a Subtaskflow step section and in a taskflow section, and the taskflow uses the Subtaskflow step, the value in the Subtaskflow step section is considered.
If a parameter value is not defined in the Subtaskflow step or in the taskflow section, the global value is considered.
|