<?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>

    <!-- LINKS --->
    
    
    <!-- INSTRUCTION --->

    <action name="description of the code will be put here">
      <type>general/bluelemon/code</type>
      <definition resultTo="code">

        <!-- PUT YOUR BLUELEMON CODE HERE --->

      </definition>
    </action>

    <finish name="done">
      <return>code</return>
    </finish>

  </path>

</process>