2 Replies Latest reply on Sep 7, 2007 7:57 AM by trouby

    Emails with pooled-actors assignment

    trouby

      Hey,

      I have many tasks with pooled-actors assignments,

      Assuming I have a task within a task-node,
      Is it possible to do something like:

      <task name='aaa' notify='yes' />
       <assignment pooled-actors="#{seamPoolActorResolver()}"></assignment>
      </task>
      



      And write an 'jbpm.mail.address.resolver' to return a collection of email addresses assigned to this pool?


      In short, my question is whether or not 'notify=yes' in task works with '<assignment pooled-actors'> or it only works with specific 'actor' assignment?


      Thanks,

      Asaf.