HOME

TheInfoList



OR:

A workflow management system (WfMS or WFMS) provides an infrastructure for the set-up, performance, and monitoring of a defined sequence of tasks arranged as a workflow application.


International standards

There are several international standards-setting bodies in the field of workflow management: * Workflow Management Coalition * World Wide Web Consortium * Organization for the Advancement of Structured Information Standards * WS-BPEL 2.0 (integration-centric) and WS-BPEL4People (human task-centric), published by the OASIS Standards Body. The underlying theoretical basis of workflow management is the mathematical concept of a
Petri net A Petri net, also known as a place/transition net (PT net), is one of several mathematical modeling languages for the description of distributed systems. It is a class of discrete event dynamic system. A Petri net is a directed bipartite graph t ...
. Each of the workflow models has tasks (nodes) and dependencies between the nodes. Tasks are activated when the dependency conditions are fulfilled.


Workflows for people

WfMS allows the user to define different workflows for different types of jobs or processes. For example, in a manufacturing setting, a design document might be automatically routed from a designer to a technical director to the production engineer. At each stage in the workflow, one individual or group is responsible for a specific task. Once the task is complete, WfMS ensures that the individuals responsible for the next task are notified and receive the data they need to execute their stage of the process. Workflows can also have more complex dependencies; for example, if a document is to be translated into several languages, a translation manager could select the languages and each selection would then be activated as a work order form for a different translator. Only when all the translators have completed their respective tasks would the next task in the process be activated. It is process management from the top level to the lower level. WfMS also automates redundant tasks and ensures that uncompleted tasks are followed up. A key standard that deals with human tasks in workflows is the WS-BPEL4People Standard by the OASIS Standards Body.


Automated workflows

WfMS may control automated processes in addition to replacing paperwork order transfers. For example, if the above design documents are now available as AutoCAD but the workflow requires them as Catia, then an automated process would implement the conversion prior to notifying the individual responsible for the next task. This is the concept of enterprise application integration. WfMS also appears in distributed IT environments such as
grid computing Grid computing is the use of widely distributed computer resources to reach a common goal. A computing grid can be thought of as a distributed system with non-interactive workloads that involve many files. Grid computing is distinguished fro ...
or
cloud computing Cloud computing is "a paradigm for enabling network access to a scalable and elastic pool of shareable physical or virtual resources with self-service provisioning and administration on-demand," according to International Organization for ...
. Such systems aim to manage the execution of various processes that may belong to the same application while in many cases they are used as a means to guarantee the offered
quality of service Quality of service (QoS) is the description or measurement of the overall performance of a service, such as a telephony or computer network, or a cloud computing service, particularly the performance seen by the users of the network. To quantitat ...
(QoS).An innovative workflow mapping mechanism for Grids in the frame of Quality of Service, WfMS may also be enhanced by using existing enterprise infrastructure such as Microsoft Outlook or Office 365.


Categories

Components or subsystems of WfMS can be categorized into the following categories: *Routing system (traffic policemen) ::This is the basic function of a WfMS. It conduces to the
routing Routing is the process of selecting a path for traffic in a Network theory, network or between or across multiple networks. Broadly, routing is performed in many types of networks, including circuit-switched networks, such as the public switched ...
of the flow of information or document flow, it transmits the information from one work item to the next one. This feature will not respond to exceptional circumstances. *Distribution system (cox) ::This function is an expansion. It detects exceptional circumstances and transmits the information to designated work positions. With a dynamic assignment, it can assign new tasks to underworked positions, to achieve a continuation or a balance of workload within the workflow. *Coordination system (foreman) ::This function coordinates concurrent activities to prevent resource conflicts or priority conflicts. *Agent system (labourer) ::This function performs automated legwork, relieving the executing instance of operations that require no decision-making. *Assistant system (expert) ::This feature extends the previous features to a process adjustment instance and for proposals for further actions. The basics involve methods of
artificial intelligence Artificial intelligence (AI) is the capability of computer, computational systems to perform tasks typically associated with human intelligence, such as learning, reasoning, problem-solving, perception, and decision-making. It is a field of re ...
.


Functional categorization

Workflow systems can be categorized in the following categories based on their functionalities: * Integration-centric workflow systems * Human task-centric workflow systems * XCFG


List of notable WfMS

* Activiti * Apache ODE * Apache Taverna * Apache Airflow *
Appian Appian of Alexandria (; ; ; ) was a Greek historian with Roman citizenship who prospered during the reigns of the Roman Emperors Trajan, Hadrian, and Antoninus Pius. He was born c. 95 in Alexandria. After holding the senior offices in the pr ...
* Bizagi * Bonita BPM * Camunda * CEITON * Collective Knowledge *
Cuneiform Cuneiform is a Logogram, logo-Syllabary, syllabic writing system that was used to write several languages of the Ancient Near East. The script was in active use from the early Bronze Age until the beginning of the Common Era. Cuneiform script ...
* IBM BPM * Imixs-Workflow * Kissflow * QuickBase * jBPM * PRPC * ProActive *
Pyrus Pears are fruits produced and consumed around the world, growing on a tree and harvested in late summer into mid-autumn. The pear tree and shrub are a species of genus ''Pyrus'' , in the family Rosaceae, bearing the pomaceous fruit of the sa ...
* Qntrl * RedBooth Workflow Management * Salesforce.com Process Workflow *
ServiceNow ServiceNow, Inc. is an American software company based in Santa Clara, California, that supplies a cloud computing platform for the creation and management of automated business workflows. It is used predominantly for the automation of informati ...
Platform * SAP Business Workflow * Windows Workflow Foundation *
YAWL A yawl is a type of boat. The term has several meanings. It can apply to the rig (or sailplan), to the hull type or to the use which the vessel is put. As a rig, a yawl is a two masted, fore and aft rigged sailing vessel with the mizzen mast ...


ActivityBuilt-in WfMS as part of the function


See also

* Collaborative software#Collaborative management (coordination) tools *
Workflow Workflow is a generic term for orchestrated and repeatable patterns of activity, enabled by the systematic organization of resources into processes that transform materials, provide services, or process information. It can be depicted as a seque ...


References

{{Authority control Workflow technology