4 Replies Latest reply on Dec 16, 2008 3:55 PM by kukeltje

    Tying domain objects to JBPM Processes

      What's the recommend/best practice for tying a domain object to it's JBPM Process Instance?

      On way I've found is by adding a column w/ the process instance id to the domain object's database record.

      Is there a better or recommended method of doing this?