List of TasksWithSteps
The list of tasks with step information is rendered in XML as a<list>
element containing zero or more extended
<task>
elements.
Example
<list> <task id="1" currentStep="0" totalSteps="2" failures="0" state="PENDING">...</task> <task id="2" currentStep="0" totalSteps="2" failures="0" state="PENDING">...</task> ... </list>