[jboss-user] [jBPM Users] - Re: How to use timers?

2009-11-23 Thread ardavan
Nice explanation Ronald ! Mauromol, make sure you have: | service name=scheduler factory=org.jbpm.scheduler.db.DbSchedulerServiceFactory/ | in your jbpm.cfg.xml View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267141#4267141 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Sending mail to multiple actors in AssignmentHandler...

2009-05-27 Thread ardavan
That's what I wanted to hear Thanks Kukeltje ;-) A View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233654#4233654 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233654

[jboss-user] [JBoss jBPM] - Sending mail to multiple actors in AssignmentHandler...

2009-05-20 Thread ardavan
); | I just wanted to know if I'm not doing anything bad. thank you Ardavan View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232294#4232294 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232294

[jboss-user] [JBoss jBPM] - Re: ActorId PooledActors

2009-04-16 Thread ardavan
Thank you my friend. There was an issue in my query. Now I am using this query and get the right information. public List findEndedPooledTaskInstancesByName(List actorIds) { | JbpmContext jbpmContext = Tools.jbpmConfiguration.createJbpmContext(); | try { |

[jboss-user] [JBoss jBPM] - Re: ActorId PooledActors

2009-04-14 Thread ardavan
Thanks for your answer Swatis. I am traveling around and don't have access to jBPM code for now on. My issue is: First by implementing the AssignmentHandlerInterface and using: assignable.setPooledActors(new String[] { groupNameId }); I assign a taskinstance to a group of people. When a userA

[jboss-user] [JBoss jBPM] - ActorId PooledActors

2009-04-13 Thread ardavan
Hi everyone, Can a TaskInstance object have a value for the: String actorId variable and at the same time for the String[] actorIds variable? or when you set the actorId to some value then you can't have any pooled actors. Thank you Ardavan View the original post : http

[jboss-user] [JBoss jBPM] - Using LDAP: can't assign tasks to users in group ...

2008-12-18 Thread ardavan
Hi, I am trying to hook up LDAP with jbpm. Therefore I have my own implementation of the ExpressionSession interface. I also have an AssignmentHandler which extends ExpressionAssignmentHandler. My problem: my task using: swimlane=manager is assigned to 'null'. This is how I set up my swimlanes

[jboss-user] [JBoss jBPM] - Re: Does AssignmentHandler work within the start node??

2008-11-26 Thread ardavan
= processInstance.getTaskMgmtInstance().createTaskInstance(t,processInstance.getRootToken()); | assertEquals(emili, ti.getActorId()); | } | I hope it is correct Danke schoen Ardavan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4192505

[jboss-user] [JBoss jBPM] - Does AssignmentHandler work within the start node??

2008-11-25 Thread ardavan
testSubmissionTask() equal null where it should be equal to emili because of the EmiliAssignmentHandler class in the taskSubmission start node thank you for your help Ardavan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4192287#4192287 Reply to the post : http