N1 Service Provisioning System 4.1 Reference Guide

if Step Example

The following is an example of an <if> step used to conditionally restart.


<if>
	<condition><istrue value=":[restart]"/></condition>
	<then>
		<call blockName="restart"/>
	</then>
</if>