[jBPM] New message: "Multiple Subprocess - jBPM 3.3.1"
by Luca Zammarchi
User development,
A new message was posted in the thread "Multiple Subprocess - jBPM 3.3.1":
http://community.jboss.org/message/523637#523637
Author : Luca Zammarchi
Email : luca.zammarchi(a)antex.it
Profile : http://community.jboss.org/people/lucazammarchi
Message:
--------------------------------------------------------------
Hi All,
I need to create a process that polling a database table and then creates one subprocess instance for each records in the database table.
I use the Process-State with a "loop" node that return to the Process-State node for each records. This solution works, but each sub process was running sequentially.
Anyone have any ideas how I can create multiple subprocess that running in the same time?
I just try to use a fork with four Process-State node..but every process running sequentially.
Thanks for any suggestion.
Best Regards.
Luca Zammarchi
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/523637#523637
16 years, 2 months
[jBPM] New message: "Re: jbpm 4.3 auto transition in state"
by Sebastian Schneider
User development,
A new message was posted in the thread "jbpm 4.3 auto transition in state":
http://community.jboss.org/message/523629#523629
Author : Sebastian Schneider
Profile : http://community.jboss.org/people/sebastian.s
Message:
--------------------------------------------------------------
If you want to proceed from a state-activity to the next activity you are responsible of signaling the execution. Quite logical since this is what a state is used for: to wait for an external signal. It does not make sense to me to have state if you don't want to stay in it for a specific time. So remove the state and use a java activity if you want to perform an action. Otherwise use a custom task which permits you to implement the complete behaviour of the acitvity yourself.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/523629#523629
16 years, 2 months