Creating a ServiceOrder
It is sometimes needed to create a ServiceOrder without injecting it into a module. The shortest way to do that is to use the "createSo" action.
See Injecting a service order|outline for how to create sod/pod/wod inside the service order.
<test name="test_action_createSo_1"> <description>Test action createSo</description> <action> <createSo orderId="1"> <attr name="priority" value="1"/> <sod/> </createSo> </action> </test>
Copyright © Cloud Software Group, Inc. All rights reserved.