I have a scenario. The first task is create a schedule. From this schedule, it will create a bunch of same type of tasks. The number of task will be decided in runtime. For each of this task, it has a review task follow it.
Is that means I need dynamically create task nodes in runtime? But how to implement that? I know how to create multiple taskinstances in a tasknode. But it seems not fit this scenario because of the review task. Any clues? Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963183#3963183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963183 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
