Workflow pattern: Difference between revisions

Content deleted Content added
rm deleted redlink
m Small grammar errors in the first paragraph
Line 1:
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''.
 
== Concept ==
Workflow patterns are concepts of economised development. Their usage should follow strategies of simplifying maintenance and reducing modelingmodelling work.
Workflow is performed in real time. The mechanisms of control must support the typical pace of work. Design patterns must delay execution of workflow.