
Metamodel user guide
A Task is an atomic Activity within a Process flow. A Task is used when the work in the Process cannot be broken down to a finer level of detail. Generally, an end-user and/or applications are used to perform the Task when it is executed.

Attribute | Description |
---|---|
boolean IsGlobal [1..1] | A Global Task is a reusable, atomic Task definition that can be called from within any Process by a Call Activity. |
Association | Description |
---|---|
Caller : BpmnCallActivity [0..*] |
A global task can only be of kind : User, Manual, Script or BusinessRule.