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

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

XMLWordPrintable

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

      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.

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

              Created:
              Updated:
              Resolved: