This task undeploys a complete BPM project.
Example:
...
<!-- Open a session to the BPM directory -->
<fuego:session passportref="fuego.passport">
<fuego:undeploy projectName="variationsTest"/>
</fuego:session>
...
| Attribute | Description | Type | Required? |
| projectname | Project to be undeployed | String | Yes |
| haltonerror | Whether to stop the ant build process if an error occurs during the execution of this task. | boolean | No Defaults to false |