-
Bug
-
Resolution: Done
-
Major
-
jBPM 4.0
-
None
-
Documentation (Ref Guide, User Guide, etc.)
The user's guide tells you to implement a method called select when writing your own decision handler class by implementing DecisionHandler:
String select(OpenExecution execution);
Infact DecisionHandler makes you implement a method called decide:
String decide(OpenExecution execution);
So it seems there is a kind of inconsistency in the docs.
- is related to
-
JBPM-2486 jbpm4 user guide : small errors in doc
- Resolved