Book Image

OSWorkflow: A guide for Java developers and architects to integrating open-source Business Process Management

Book Image

OSWorkflow: A guide for Java developers and architects to integrating open-source Business Process Management

Overview of this book

OSWorkflow is an open-source workflow engine written entirely in Java with a flexible approach and a technical user-base target. It is released under the Apache License. You can create simple or complex workflows, depending on your needs. You can focus your work on the business logic and rules. No more Petri Net or finite state machine coding! You can integrate OSWorkflow into your application with a minimum of fuss. OSWorkflow provides all of the workflow constructs that you might encounter in real-life processes, such as steps, conditions, loops, splits, joins, roles, etc.This book explains in detail all the various aspects of OSWorkflow, without assuming any prior knowledge of Business Process Management. Real-life examples are used to clarify concepts.
Table of Contents (13 chapters)
OSWorkflow
Credits
About the Author
About the Reviewers
Introduction

Summary


This chapter serves as an introduction to BPM technology, its goals and vision, exposing much of its history and terminologies. With this background, you can add value in architecting and developing enterprise BPMS or simple workflows.

In the next chapters we will cover in detail the open-source stack of products used to build completely free BPM solutions.

This book has been broken into eight chapters, with the first one introducing the BPM technology and its context, chapters two to four covering the OSWorkflow concepts from basic to advanced uses, and chapters five to eight showing how to integrate different open‑source products to enhance the OSWorkflow functionality. These products are JBoss Rules, OpenSymphony's Quartz, Codehaus's Esper, and finally the Pentaho reporting engine.

Each chapter will present a part of the BPMS solution.