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

Update jpdl XSD with fork transition conditions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • jBPM 4.x
    • jBPM 4.4
    • None

    Description

      The jpdl xsd needs to be updated to reflect the fact that transitions in fork activities can have nested condition elements. Looking at the code for ForkActivity, it's apparent that <fork> activities do evaluate conditions for outgoing transitions.

      Example:

      <fork name="fork1">
      <transition to="always_do_this"/>
      <transition to="sometimes_do_this" >
      <condition expr="#

      {my_boolean_expression}

      "/>
      </transition>
      </fork>

      Attachments

        Activity

          People

            Unassigned Unassigned
            gubespam Mike M (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: