Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-2490

Inconsistency in user's guide: decide or select in DecisionHandler

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • jBPM 4.1
    • jBPM 4.0
    • Runtime Engine
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              jbarrez Joram Barrez (Inactive)
              sebastian.s Sebastian Schneider (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: