The plan <paramList> element is a child of the <executionPlan> element and is used to declare a list of parameters for use by the steps contained in the plan and any components they reference. When this plan is run as a top-level plan, the caller will be prompted to enter values for all parameters declared in this list. When this plan is invoked as the result of an <execSubplan> step in another plan, the calling plan must explicitly pass values for all non-default parameters declared in the <paramList>.
Name |
How Many? |
Description |
param |
1 or more |
A plan parameter declaration, including name, prompt, and default value. |