Skip to content
Juha Syrjälä edited this page Aug 30, 2014 · 22 revisions

Workflow

Workflow is ...

Workflow definition

A workflow definition is Java class that contains the implementation of a business process (e.g. credit application process).

Workflow instance

A workflow instance is a runtime instance of the business process (e.g. credit application from a certain customer).

State method

State method or state handler method is ...

Executor

Executor is ...

Dispatcher

Dispatcher is ...

Executor group

Executor group is ...