0 Replies Latest reply on Aug 16, 2008 4:11 AM by allanz

    How to define some additional attributes in ProcessDefinitio

    allanz

      There is a sub system in my JavaEE application,this sub system manage the process definition.There is many entities in my applicatoin, like Document,Message and so on.Each process definition must define an attribute to describe what kind of entity will be send or received in this process.

      In xpdl,I can write an ExtendedAttribute in the process definition like this:

       <ExtendedAttribute Name="entityType" Value="Message"/>
      
      
      
      So,where should I write this attribute in jpdl?
      
      Thanks.