Skip to main content

Bridging Tasks

A Bridging Task is a Task that spawns an instance of another DataElement.

This is useful if you wish to start another workflow as part of the current workflow.

Option
hasBridgeClass TaskElement

Adds logic to the Task implementation class that creates an instance of another DataElement.

Provide the java qualified name of the DataElement as value.

<options>
<hasBridgeClass>net.demo.NotificationDetails</hasBridgeClass>
</options>