1 Reply Latest reply on May 5, 2007 7:50 AM by kukeltje

    Enumerations in jPDL

    isobretatel

      How do I specify enumeration in jPDL? For example, in my bug tracking application "Create Change Request" task requires entering "Category", which is an enumeration.

        • 1. Re: Enumerations in jPDL
          kukeltje

          The most simple way is to do it in the forms.

          The more complex way is to use an actionhandler that takes parameters and sets a processvariable as an enummeration. The form can then display that processvariable.

          There is no option (yet) to set/declare an enumeration in jpdl