To add a simple task to a step in a wizard, add the snippet below as a child of a <step> element. Multiple tasks can be included in a single step, in which case they are processed in order.

<step>
…
   <task id="CreateDemoFileTask"/>
   <task id="DoSomethingTask"/>
…
</step>

Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices