1.2.1.15 BpmnTask
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.
IsGlobalBpmnTaskBpmnActivity
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..*]
1.2.1.15.1 Consistency rules
A global task can only be of kind : User, Manual, Script or BusinessRule.