Setting in Parameters
Simple Type
<test name="invoke_param_in_1"> <flow>flow1</flow> <description>Test operation with an object created by the user as parameter</description> <expect mod="port1"> <so orderId="1"/> </expect> <action> <create object="1" type="sodata::ServiceOrderData"> <attr name="orderId" value="invoke_param_in_1@@1"> </create> <invoke object="1" operation="setPriority"> <in name="priority" value="1"/> </invoke> </action> </test>
Copyright © Cloud Software Group, Inc. All rights reserved.