2 Replies Latest reply on Dec 30, 2010 11:11 PM by parvathy

    jbpm4.4 task attributes

    parvathy

      Hi,

       

           I saw two attributes in task node...completion and on-transition...could anyone explain these two attributes..because when i tried these attributes i didnt find any changes...could anyone please explain thse attributes..i found these new attributes in the link given below

       

      http://docs.jboss.com/jbpm/v4/schemadocs/schemas/jpdl-4_4_xsd/elements/task.html

       

      Could anyone guide me

       

       

      Thanking you

      Parvathy

        • 1. Re: jbpm4.4 task attributes
          mwohlf

          Hi Parvathy,

          the jpdl task elements are parsed in org.jbpm.jpdl.internal.xml.JpdlParser.parseTaskDefinition()

          the "completion" and "on-transition" attributes are not used there, so my guess is these attributes are deprecated or have been planned and were never implemented...

          • 2. Re: jbpm4.4 task attributes
            parvathy

            yeah even when i looked at the code i couldn't find any....thanks for the reply michael