[JBoss jBPM] - Re: Timer on node clarification
by o_lion
Sorry
But i configure the scheduler with:
| <service name='scheduler' factory='org.jbpm.scheduler.db.DbSchedulerServiceFactory' />
|
| <bean name='jbpm.job.executor' class='org.jbpm.job.executor.JobExecutor'>
| <field name='jbpmConfiguration'><ref bean='jbpmConfiguration' /></field>
| <field name='name'><string value='JbpmJobExecutor' /></field>
| <field name='nbrOfThreads'><int value='1' /></field>
| <field name='idleInterval'><int value='1000' /></field>
| <field name='maxIdleInterval'><int value='3600000' /></field> <!-- 1 hour -->
| <field name='historyMaxSize'><int value='20' /></field>
| <field name='maxLockTime'><int value='600000' /></field> <!-- 10 minutes -->
| <field name='lockMonitorInterval'><int value='60000' /></field> <!-- 1 minute -->
| <field name='lockBufferTime'><int value='5000' /></field> <!-- 5 seconds -->
| </bean>
|
It's right?
The timer don't change the state if the time of action over timer's time.
Thanks in advanced
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224724#4224724
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224724
17 years
[JBoss jBPM] - Re: Instance Scoped Groups
by akriel
"kukeltje" wrote :
| anonymous wrote :
| | To clarify what I'm talking about, imagine a develop new software process. In general the same groups/people will handle each task. However assume that you have multiple contractors working at your company. These contractors need to be added on a per instance basis, because they are only contributing to the specific instance, not to every new instance of the process.
|
| As mentioned before, you can use swimlanes for this
Thanks for your response.
I'm still trying to get a handle on what changes effect the process definition and which effect only the process instance. It sounds like your telling me I can add users to the specific tasks pooled actors without effecting the overall process definition. This would take the place of creating temporary groups!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224720#4224720
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224720
17 years