InfoQ

News

Article: Book Excerpt and Review: OSWorkflow

Posted by Ryan Slobojan on Mar 28, 2008 02:00 AM

Community
Java
Topics
Workflow / BPM
Tags
Pentaho,
Esper,
OSWorkflow,
Drools,
JBoss Drools,
JBoss Rules

OSWorkflow by Diego Adrian Naya Lazo discusses the open-source OSWorkflow, a Java-based workflow engine. As described on the official website:

This book covers all aspects related to OSWorkflow. No prior knowledge about OSWorkflow is needed. You will learn everything from the basics of Business Process Management (BPM) technology and installing OSWorkflow to integrating the workflow engine with third-party components like Drools, Quartz, and Pentaho.
The book's publisher, Packt Publishing, also provided InfoQ with an excerpt from Chapter 4 of the book, entitled Using OSWorkflow in your Application.

Read Book Excerpt and Review: OSWorkflow.

From the article:

InfoQ: Why would I want a workflow engine in my application?
Diego Naya Lazo: Most business applications today mimic a real life business process. This process is made up activities and transitions between those activities.
A workflow engine enables the developer to model a business process and allows the application to go with the flow of information defined by the process.

InfoQ: What is the difference between a workflow and a series of business rules?
Diego Naya Lazo: In the strictest sense a workflow and a rule are pretty much the same. A workflow is a series of steps that you want a user to follow, but according to some business logic. This logic are best represented with rules.
So, a workflow usually embeds business rules at each step. The rules themselves can be nested workflows.

3 comments

Reply

OSworkflow + EJB3.0 + Spring by Kris Walker Posted Apr 1, 2008 12:34 PM
OsWorkflow Integration by Marcos de Sousa Posted Apr 1, 2008 3:37 PM
is OsWokflow still be maintained? by qian anchuan Posted Apr 29, 2008 1:52 AM
  1. Back to top

    OSworkflow + EJB3.0 + Spring

    Apr 1, 2008 12:34 PM by Kris Walker

    Can we use OSWorkflow with EJB3? I couldn't find any useful information on how to do it. I could easily integrate OSWorkflow with Spring and MemoryWorkflowStore, but what about EJB3.

    Please provide some tutorial or links to use OSWorkflow with Spring + EJB3.

  2. Back to top

    OsWorkflow Integration

    Apr 1, 2008 3:37 PM by Marcos de Sousa

    InfoQ: How does OSWorkflow integrate with application development frameworks like Spring, Seam and Struts?
    
    The popular web framework ZK www.zkoss.org has an integration 
    with OsWorkflow with an Component called ZkOsWorkflow check it in
    http://www.integratedmodelling.org/software/zk/zkworkflow.html
    
    Demo: http://www.integratedmodelling.org/software/zk/zkworkflow/zkworkflow-demo.html
    
    Marcos de Sousa
    

  3. Back to top

    is OsWokflow still be maintained?

    Apr 29, 2008 1:52 AM by qian anchuan

    I used OsWorkflow in my project three yeas ago. It is simple and extremely flexible, I love it, and it can be better.But it seems not bee maintained for a long time.

Exclusive Content

Business Natural Languages Development in Ruby

Jay Fields presents his concept of Business Natural Languages - a type of Domain Specific Languages geared towards being readable by domain experts.

Distributed Version Control Systems: A Not-So-Quick Guide Through

Adoption and interest for Distributed Version Control Systems is constantly rising. We will introduce the concept of DVCS and have a look at 3 actors in the area: git, Mercurial and Bazaar.

Segundo Velasquez and Agile as Seen Through the Customer's Eyes

Deborah Hartmann interviewed Segundo Velasquez about his experience as customer with an Agile team during the initial phase of software design of a product.

Fine Grained Versioning with ClickOnce

David Cooksey shows how to fine grained versioning to a ClickOnce deployment using an HttpHandler written with ASP.NET, making partial rollouts to a test audience much easier.

Implementing Manual Activities in Windows Workflow

Windows workflow (WF) is an excellent framework for implementing business processes, but lacks support for human activities. This article describes a completely generic approach for changing this.

Markus Voelter about Software Architecture Documentation

In this interview taken during OOPSLA 2007, Markus Voelter talks about the importance of documenting the software architecture, and gives some good and also bad examples on how it could be done.

Voca, UK's largest payment processing engine running Spring

William Soo and Meeraj Kunnumpurath discuss the Voca transaction processing system, architectural challenges and requirements, Voca's Spring/J2EE architecture, and the future SEPA architecture.

Patterns for securing architectures

Security is about trade-offs. Only a few have the expertise to design good security. This talk focuses on Security Patterns, such as Role-based Access Control, Single Access Point, and Front Door.