Manual Task
A Manual Task defines a task that is external to the BPM engine. It is used to model work that is done by somebody who the engine does not need to know of and that has no known system or UI interface. For the engine, a manual task is handled as a pass-through activity, automatically continuing the process when the process execution arrives at it.

<manualTask id="myManualTask" name="Manual Task" />
CadenzaFlow Extensions
Attributes | cadenzaflow:asyncBefore, cadenzaflow:asyncAfter, cadenzaflow:exclusive, cadenzaflow:jobPriority |
---|---|
Extension Elements | cadenzaflow:failedJobRetryTimeCycle, cadenzaflow:inputOutput |
Constraints |
The cadenzaflow:exclusive attribute is only evaluated if the attribute
cadenzaflow:asyncBefore or cadenzaflow:asyncAfter is set to true
|