Jump to content

Workflow engine

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MartinStrejc (talk | contribs) at 11:59, 30 September 2013 (Add Free workflow engines). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A workflow engine is a software application that manages and executes modeled computer processes. It is a key component in workflow technology and typically makes use of a database server.

A workflow engine interprets events, such as documents submitted to a server or due dates expiring, and acts on them according to defined computer processes. The actions may be anything from saving the document in a document management system to issuing new work by sending an e-mail to users or escalating overdue work items to management. A workflow engine facilitates the flow of information, tasks, and events. Workflow engines may also be referred to as a Workflow Orchestration Engines.

The workflow engines mainly have three functions:

  • Verification of the current status: Check whether the command is valid in executing a task.
  • Determine the authority of users: Check if the current user is permitted to execute the task.
  • Executing condition script: After passing the previous two steps, workflow engine begins to evaluate condition script in which two processes are carried out, if the condition is true, workflow engine execute the task, and if execution successfully complete, it returns the success, if not, it reports the error to trigger and roll back the change.[1]

Workflow engine is the core technique for task allocation software application, such as BPM in which workflow engine allocates task to different executors with communicating data among participants. A workflow engine can execute any arbitrary sequence of steps. For example, a workflow engine can be used to execute a sequence of steps which compose a healthcare data analysis.[2]

See Comparison of BPEL engines for a list of work flow engines using the Business Process Execution Language.

Free Workflow Engines

References

  1. ^ The Workflow Engine Model. The Workflow Engine Model Accessed 1 Dec. 2010.
  2. ^ Attention: This template ({{cite doi}}) is deprecated. To cite the publication identified by doi:10.1186/1471-2288-11-43, please use {{cite journal}} (if it was published in a bona fide academic journal, otherwise {{cite report}} with |doi=10.1186/1471-2288-11-43 instead.