Example for InterpretCommand Activity
<Activity Name="InterpretCommand"> <Start /> <Action>InterpretCommand</Action> <Description lang="en">Compute the enterprise-specific directory to store the export JAR file.</Description> <Parameter direction="in" eval="xpath" type="string" name="EnterpriseShortName" source="/Message/Header/MessageHeader[@origin='Receiver']/Enter prise/PartyID/ShortName/text()">inDoc</Parameter> <Parameter direction="out" name="ExportFileDirectory" type="string" eval="variable">ExportFileDirectory</Parameter> <Script format="bsh"> <