<?xml version="1.0" encoding="UTF-8"?>
<process xmlns:blue="http://www.e-marson.com/bluelemon">
<descriptor>
<name>${location}/${instructionName}</name>
<version>${version}</version>
<description>${description}</description>
<vendor>${vendor}</vendor>
</descriptor>
<path>
<subprocess name="description of the link will be put here">
<source>${aLocation}/${wrappedInstructionName}</source>
<resultTo>wrappedAction</resultTo>
</subprocess>
<action name="description of the link will be put here">
<type>general/bluelemon/code</type>
<definition resultTo="action1">
<blue:call node="${nodeContainingTheInstruction}"
location="permanent"/>
</definition>
</action>
<action name="description of the link will be put here">
<type>general/bluelemon/code</type>
<definition resultTo="action2">
<blue:call node="${nodeContainingTheInstruction}"
location="session"/>
</definition>
</action>
<action name="description of the link will be put here">
<type>general/bluelemon/code</type>
<definition resultTo="action3">
<blue:call node="${nodeContainingTheInstruction}"
location="@${packageName}"/>
</definition>
</action>
<action name="description of the link will be put here">
<type>general/bluelemon/code</type>
<definition resultTo="action4">
<blue:call node="${subfolder}/${instructionName}"
location="network"/>
</definition>
</action>
<action name="description of the code will be put here">
<type>general/bluelemon/code</type>
<definition resultTo="code">
</definition>
</action>
<finish name="done">
<return>code</return>
</finish>
</path>
</process>