Skip to content
Massimo edited this page Aug 11, 2017 · 5 revisions

Inspired Processor is a java framework to execute an in memory process defining a set of activities. It is designed to implement a simple workflow composed of a list of process. Each process are managed by a processor and the activities composing a process are executed in sequential or parallel order. The following figure shows haw a workflow definition is intended.

A workflow definition can be define dynamically using builders or an xml. Please check the test cases in the project test package for some examples.