Guys sorry for distrub. 
I've got a question - for example I have activity in process that should 
iterate via several clients (stored in DB) and send for each e-mail 
simultaneously (in one activity but for each notification should be created a 
task in process).
Does smth like for (Client client : clientCollection) {client.notifyViaEmail(); 
}
can be implemented somehow in process definitions? I can't hardcode the number 
of clients in process because that enough large number and need to execute this 
activity to create one task for each client (emailng just an example - but it 
shoul be executed on cluster system, and each task will be executed on cluster 
node).

Thanks a lot for help.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045948#4045948

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045948
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to