Skip to main content

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

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

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

Operaton Extensions

Attributes

operaton:asyncBefore, operaton:asyncAfter, operaton:class, operaton:delegateExpression, operaton:exclusive, operaton:expression, operaton:jobPriority, operaton:resultVariable, operaton:topic, operaton:type, operaton:taskPriority

Extension Elements

operaton:failedJobRetryTimeCycle, operaton:field, operaton:connector, operaton:inputOutput

Constraints

One of the attributes operaton:class, operaton:delegateExpression, operaton:type or operaton:expression is mandatory

The attribute operaton:resultVariable can only be used in combination with the operaton:expression attribute

The operaton:exclusive attribute is only evaluated if the attribute operaton:asyncBefore or operaton:asyncAfter is set to true

The attribute operaton:topic can only be used when the operaton:type attribute is set to external.

The attribute operaton:taskPriority can only be used when the operaton:type attribute is set to external.