N1 Service Provisioning System 4.1 Reference Guide

execSubplan Step

The <execSubplan> step is a step used to execute another plan. The <execSubplan> step may only appear as the child of the <compositeSteps> element.

execSubplan Step attributes

Name 

Type 

Required 

Configurable 

Description 

planName 

entityName 

Yes 

No 

The name of the plan to execute. When this step is run, there must be a corresponding top-level <exectuionPlan> with this name. This name may not reference an inline subplan.  

 

planPath 

pathReference 

No 

No 

The path of the plan to execute. If unspecified, the path of the containing plan is assumed. 

planVersion 

Version 

No 

No 

The version of the plan to execute. If unspecified, the latest version of the named plan is executed. 

execSubplan Step child elements

Name 

How Many? 

Description 

argList 

0 or 1 

A list of arguments to pass to the called plan. For each parameter in the <paramList> section of the called plan for which no default value is declared, there must be a corresponding argument declared by this <argList>