0 Replies Latest reply on Feb 18, 2016 10:04 AM by jimmy001

    Multi-Instances and JPAPlaceholderStrategy

    jimmy001

      Hi,

       

      when using the multi-instance item I would like to have it create one instance for every element in parent.getChildren() where parent and child are jpa entities.

      I don't see a way to use an expression as parent.getChildren() for mi collection input. Am I missing something or is the only way to copy parent.children to

      a process variable (collection) and then assign this to the mi collection input?

       

      J.