Sample ProcessWorkflow to start a workflow

<ProcessWorkflow xmlns="http://schema.infor.com/InforOAGIS/2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schema.infor.com/InforOAGIS/2 http://schema.infor.com/Trunk/InforOAGIS/BODs/Developer/ProcessWorkflow.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" releaseID="11.1" versionID="2.10.0">
	  <ApplicationArea>
		    <Sender>
			      <LogicalID>lid://infor.test.app1</LogicalID>
			      <ComponentID>ComponentID0</ComponentID>
			      <TaskID>TaskID0</TaskID>
			      <AuthorizationID>AuthorizationID0</AuthorizationID>
		    </Sender>
		    <CreationDateTime>2013-10-20T13:20:00Z</CreationDateTime>
		    <BODID>infor-nid:infor:::Sample_NestedTree:1?Workflow&amp;verb=Process</BODID>
	  </ApplicationArea>
	  <DataArea>
		    <Process>
			      <TenantID>infor</TenantID>
			      <ActionCriteria>
				        <ActionExpression actionCode="Add"/>
			      </ActionCriteria>
		    </Process>
		    <Workflow>
		    <Status>
		    <Code>Initial</Code>
		    </Status>
		    <WorkflowDefinitionCode>SimpleDataEntryTest</WorkflowDefinitionCode>
		    <Property>
		    <!-- true, false, 1 or 0 -->
		    <NameValue name="aBoolean" type="IndicatorType">true</NameValue>
	    	</Property>
	    	<Property>
	    	<NameValue name="aCode" type="StringType">Approved</NameValue>
	    	</Property>
		    <Property>
	    	<NameValue name="aDate" type="DateType">2012-12-10</NameValue>
		    </Property>
	    	<Property>
	    	<NameValue name="aDateTime" type="DateTimeType">2012-12-10T10:00:00Z</NameValue>
	    	</Property>
	    	<Property>
	    	<NameValue name="aDecimal" type="NumericType">453.99</NameValue>
	    	</Property>
	    	<Property>
		    <NameValue name="anInteger" type="IntegerNumericType">250</NameValue>
		    </Property>
		    <Property>
		    <NameValue name="aLink" type="StringType">https://concierge.infor.com/</NameValue>
		    </Property>
		    <Property>
		    <NameValue name="aString" type="StringType">This is a test string</NameValue>
		    </Property>
		    <TreeProperty>
		    <TreeNode>
		    <ID>1</ID>
		    <NodeName>Building</NodeName>
		    <NodeProperty>
	    	<NameValue name="BuildingName" type="StringType">Office</NameValue>
		    </NodeProperty>
		    <NodeProperty>
		    <NameValue name="NumberOfFloors" type="IntegerNumericType">1</NameValue>
		    </NodeProperty>
		    </TreeNode>
	    	<TreeNode>
		    <ID>2</ID>
		    <ParentID>1</ParentID>
		    <NodeName>Floor</NodeName>
		    <NodeProperty>
		    <NameValue name="FloorName" type="StringType">Ground Floor</NameValue>
	    	</NodeProperty>
	    	</TreeNode>
		    </TreeProperty>
      </Workflow>
   </DataArea>
</ProcessWorkflow>