A Send Task is used to send a message. In CadenzaFlow this is done by calling Java code.

The Send Task has the same behavior as a Service Task.

<sendTask id="sendTask" cadenzaflow:class="org.cadenzaflow.bpm.MySendTaskDelegate" />

CadenzaFlow Extensions

Attributes cadenzaflow:asyncBefore, cadenzaflow:asyncAfter, cadenzaflow:class, cadenzaflow:delegateExpression, cadenzaflow:exclusive, cadenzaflow:expression, cadenzaflow:jobPriority, cadenzaflow:resultVariable, cadenzaflow:topic, cadenzaflow:type, cadenzaflow:taskPriority
Extension Elements cadenzaflow:failedJobRetryTimeCycle, cadenzaflow:field, cadenzaflow:connector, cadenzaflow:inputOutput
Constraints One of the attributes cadenzaflow:class, cadenzaflow:delegateExpression, cadenzaflow:type or cadenzaflow:expression is mandatory
The attribute cadenzaflow:resultVariable can only be used in combination with the cadenzaflow:expression attribute
The cadenzaflow:exclusive attribute is only evaluated if the attribute cadenzaflow:asyncBefore or cadenzaflow:asyncAfter is set to true
The attribute cadenzaflow:topic can only be used when the cadenzaflow:type attribute is set to external.
The attribute cadenzaflow:taskPriority can only be used when the cadenzaflow:type attribute is set to external.