server/instances/23/properties.xml in cpee-1.4.7 vs server/instances/23/properties.xml in cpee-1.4.8
- old
+ new
@@ -1,111 +1,118 @@
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
<attributes>
- <uuid>a6057f01-9e8e-4edf-b216-1bcd5ee961bc</uuid>
- <info>Plain Instance</info>
+ <uuid>9b7b1c9c-f895-4780-aae0-43e15654f400</uuid>
+ <info>Linear</info>
<modeltype>CPEE</modeltype>
<theme>default</theme>
</attributes>
- <state>ready</state>
+ <state>finished</state>
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
<positions/>
- <dataelements/>
+ <dataelements>
+ <x>a2,a3,</x>
+ </dataelements>
<endpoints>
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
</endpoints>
- <dsl>call :a1, nil, parameters: { :label => "aaaabc", :method => :post, :arguments => nil }
-call :a2, nil, parameters: { :label => "testereraaa", :method => :post, :arguments => nil }
+ <dsl>call :a1, :timeout, parameters: { :label => "Step 1", :method => :post, :arguments => [⭐(:name => :timeout, :value => 2)] }, finalize: <<-END
+ data.x += "a1,"
+END
+call :a2, :timeout, parameters: { :label => "Step 2", :method => :post, :arguments => [⭐(:name => :timeout, :value => 4)] }, finalize: <<-END
+ data.x += "a2,"
+END
+call :a3, :timeout, parameters: { :label => "Step 3", :method => :post, :arguments => [⭐(:name => :timeout, :value => 4)] }, finalize: <<-END
+ data.x += "a3,"
+END
</dsl>
<dslx>
<description xmlns="http://cpee.org/ns/description/1.0">
- <call id="a1" endpoint="">
+ <!--{{{-->
+ <call id="a1" endpoint="timeout">
<parameters>
- <label>aaaabc</label>
+ <!--{{{-->
+ <label>Step 1</label>
<method>:post</method>
- <arguments/>
+ <arguments>
+ <timeout>2</timeout>
+ </arguments>
</parameters>
- <finalize output="result"/>
- <update output="result"/>
- <_timing>
- <_timing_min/>
- <_timing_max/>
- <_timing_avg/>
- </_timing>
- <_notes>
- <_notes_general/>
- <_notes_output/>
- <_attachments/>
- </_notes>
+ <!--}}}-->
+ <finalize output="result">data.x += "a1,"</finalize>
</call>
- <call id="a2" endpoint="">
+ <call id="a2" endpoint="timeout">
<parameters>
- <label>testereraaa</label>
+ <!--{{{-->
+ <label>Step 2</label>
<method>:post</method>
- <arguments/>
+ <arguments>
+ <timeout>4</timeout>
+ </arguments>
</parameters>
- <finalize output="result"/>
- <update output="result"/>
- <_timing>
- <_timing_min/>
- <_timing_max/>
- <_timing_avg/>
- </_timing>
- <_notes>
- <_notes_general/>
- <_notes_output/>
- <_attachments/>
- </_notes>
+ <!--}}}-->
+ <finalize output="result">data.x += "a2,"</finalize>
</call>
+ <call id="a3" endpoint="timeout">
+ <parameters>
+ <!--{{{-->
+ <label>Step 3</label>
+ <method>:post</method>
+ <arguments>
+ <timeout>4</timeout>
+ </arguments>
+ </parameters>
+ <!--}}}-->
+ <finalize output="result">data.x += "a3,"</finalize>
+ </call>
</description>
</dslx>
<status>
<id>0</id>
<message>undefined</message>
</status>
<description>
<description xmlns="http://cpee.org/ns/description/1.0">
- <call id="a1" endpoint="">
+ <!--{{{-->
+ <call id="a1" endpoint="timeout">
<parameters>
- <label>aaaabc</label>
+ <!--{{{-->
+ <label>Step 1</label>
<method>:post</method>
- <arguments/>
+ <arguments>
+ <timeout>2</timeout>
+ </arguments>
</parameters>
- <finalize output="result"/>
- <update output="result"/>
- <_timing>
- <_timing_min/>
- <_timing_max/>
- <_timing_avg/>
- </_timing>
- <_notes>
- <_notes_general/>
- <_notes_output/>
- <_attachments/>
- </_notes>
+ <!--}}}-->
+ <finalize output="result">data.x += "a1,"</finalize>
</call>
- <call id="a2" endpoint="">
+ <call id="a2" endpoint="timeout">
<parameters>
- <label>testereraaa</label>
+ <!--{{{-->
+ <label>Step 2</label>
<method>:post</method>
- <arguments/>
+ <arguments>
+ <timeout>4</timeout>
+ </arguments>
</parameters>
- <finalize output="result"/>
- <update output="result"/>
- <_timing>
- <_timing_min/>
- <_timing_max/>
- <_timing_avg/>
- </_timing>
- <_notes>
- <_notes_general/>
- <_notes_output/>
- <_attachments/>
- </_notes>
+ <!--}}}-->
+ <finalize output="result">data.x += "a2,"</finalize>
</call>
+ <call id="a3" endpoint="timeout">
+ <parameters>
+ <!--{{{-->
+ <label>Step 3</label>
+ <method>:post</method>
+ <arguments>
+ <timeout>4</timeout>
+ </arguments>
+ </parameters>
+ <!--}}}-->
+ <finalize output="result">data.x += "a3,"</finalize>
+ </call>
</description>
</description>
<transformation>
<description type="copy"/>
- <dataelements type="none"/>
- <endpoints type="none"/>
+ <dataelements type="rest"/>
+ <endpoints type="rest"/>
</transformation>
</properties>
\ No newline at end of file