0 Replies Latest reply on Mar 30, 2010 7:40 AM by sameeh.harfoush

    Timer in <group> activity transition

    sameeh.harfoush

      Hello

      In JBPM 4.3 development guide the group activity can have a transition with a timeout timer within

        <group>
          <start>
            <transition to="approve" />
          </start>
          <state>
            <transition to="done" />
          </state>
          <end />
          
          <transition to="publish document" />
          <transition to="escalate">
            <timer duedate="2 business hours" />
          </transition>    
        </group>

       

      But when I implement the same example the XSD doesn’t accept the <timer duedate="2 business hours" /> with the transition after the jpdl xml file validation.