Skip to content

Commit

Permalink
Updated docu
Browse files Browse the repository at this point in the history
Issue imixs#534
  • Loading branch information
rsoika committed Jul 16, 2019
1 parent 045dc0b commit cb74b58
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/site/markdown/core/adapter-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,12 @@ If you want to interrupt the processing imideately your Adapter Implementaion ca
.....
}

In case of a ProcessingErrorException a running transaction will be automatically rolled back because it is a Runtime Exception.
In case of a ProcessingErrorException a running transaction will be automatically rolled back because it is a Runtime Exception.


## StaticAdapter

The Adapter Interface _org.imixs.workflow.StaticAdapter_ extends the Adapter Interface. A static Adapter is executed independent from the BPMN model. A StaticAdapter should not be associated with a BPMN Signal Event.

StaticAdapters can be uses to execute general business logic. A StaticAdapter can be
a CDI implementation.

0 comments on commit cb74b58

Please sign in to comment.