Workflow Pattern
(Redirected from workflow pattern)
Jump to navigation
Jump to search
See: Design Pattern, Workflow, Software Engineering.
References
2013
- http://en.wikipedia.org/wiki/Workflow_patterns
- A workflow pattern is a specialized form of a design pattern as defined in the area of software engineering or business process engineering respectively. Workflow patterns refer specifically to recurrent problems and proven solutions related to the development of workflow applications in particular, and more broadly, process-oriented applications.
- http://en.wikipedia.org/wiki/Workflow_patterns#Concept
- Workflow patterns follow concepts of economised development. The usage shall follow strategies of simplifying maintenance as well as reducing modeling work.
Workflow is performed in real time. The mechanisms of control shall support the typical pace of work. Design patterns shall not delay execution of workflow.
- Workflow patterns follow concepts of economised development. The usage shall follow strategies of simplifying maintenance as well as reducing modeling work.