Skip to content

theautonomy/camel-simple-work-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project implements a simple work flow engine using the chain of responsibility pattern. The processors and their sequence in the chain is configurable through configuration file. If one processor succeeds, the next processor defined in the configuration will kick in. Otherwise, the error handling processor takes over.

See example configuration file

  • Try it out
    • Clone the project
    • Run org.wei.camel.workflow.example.TestWorkFlow

About

A simple work flow implemented using Apache Camel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages