TaskWithSteps
This is an enhanced version of the <task>
element. In addition of the properties defined
by <task>
, all step information is included.
Steps are nested as <step>
elements in a <steps>
container element.
Example
<task id="f9e864f9-cf07-44b6-93d8-f526515f87fa" currentStep="0" totalSteps="2" failures="0" state="PENDING"> <steps> <step failures="0" state="PENDING"> <description>Create Step (# 0)</description> <startDate>Wed, 20 Jun 12 12:15:09 CEST</startDate> <completionDate>Wed, 20 Jun 12 12:15:09 CEST</completionDate> <log> Connecting to server... </log> </step> <step ...>...</step> </steps> </task>