Module 06 Updated 3 Removed
Module 06 Updated 3 Removed
Week 6
Process Architecture
2.2.2 The Control-flow View
• An Activity element is the base class for other elements such as
Sequence, Flow, and Switch.
• Sequence: An activity is only enabled after the completion of another
activity in the same sequence structure.
• Flow: All activities of a flow structure are executed in parallel.
• Switch: Only one of many alternative paths of control inside a switch
structure is enabled according to a condition value.
• A SimpleActivity element represents a concrete action such as a
service invocation, a data processing task, and so on.
• The StructuredActivity element is an abstract representation of a
group of related activities.
2.2.3 The Collaboration View
• The Human view defines human roles and their relationships to the
respective process and tasks.
• It Process elements that require human interactions are called as
Tasks.
• It establishes a role-based abstraction.
• This role-based abstraction can be used for role-based access control.
• Role-based access control is administered through roles and role
hierarchies that mirror an enterprise’s job positions and
organizational structure.
• Users are assigned membership into roles consistent with their
duties, competency, and responsibility.
2.2 The Information (a) vs. Human (b) View
(a) (b)
3. Reference Process Architecture: Workflow Systems