[jboss-user] [jBPM Users] - JBPM 4 dynamic timer duedate

2009-12-10 Thread newcomer1
What is the best practice for setting dynamic duedates on timers in jbpm4? I have a use case were I need to signal a transition at a specific date/time depending on a variable(java.util.Date) in the business process. In the example below start is a Date variable on the process and this fails du

[jboss-user] [jBPM Users] - Re: Accessing the current task of a ProcessInstance and/or h

2009-10-08 Thread newcomer1
Have you found a solution for this? We are have the same use case were we have a process with a lot of subprocesses that create several tasks and we need a simple way to query for all the tasks for the process including tasks generated by its subprocesses. The interfaces have some limitations an

[jboss-user] [jBPM Users] - Re: How to start JobExecutor with jBPM 4 + Spring

2009-10-07 Thread newcomer1
"unsavory" wrote : Does anyone have any idea how to start the JobExecutor? I have configured the JobExecutor in the jbpm.cfg.xml file and it is working. However, it only seems to run when an asynchronous activity is started (ie: a task with a timeout in it is created). | | According to th

[jboss-user] [jBPM Users] - Jbpm 4.1 ProcessEngine.execute() / CommandService

2009-10-07 Thread newcomer1
How can one access the commandservice to execute custom commands in JBpm 4? The ProcessEngine interface has a execute() method that tries to get the "user.command.service" wiredefinition (which is null by default), so the question is: what is the best practice to run custom commands in JBpm 4? A

[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from

2009-10-06 Thread newcomer1
Is it possible to get the name of the task that was finished from the history? To be able to get the name of the finished task one have to first find the task in the HIST_TASK table, and then look it up in HIST_ACTINST (activity_name) table too? E.g. is there any plans to simplify the programmi

[jboss-user] [jBPM Users] - Re: What is the best pattern to deny method executions?

2009-10-04 Thread newcomer1
"lzdobylak" wrote : I'm starting learning jBPM and I was wandering what is the best pattern to deny method executions? | I mean how to prevent calling some methods depending on object state in workflow, or even more: | In arhitecture Client SWT <-> jboss EJB3 Application with jBPM | how to

[jboss-user] [jBPM Users] - Re: Awesome job with jBPM 4.1

2009-10-03 Thread newcomer1
"unsavory" wrote : I just wanted to say what a great job you guys did with the jBPM 4.1 release. Not only was it released on time, but the support promised for Tomcat was also delivered. Thank you! | | As of 3:30AM this morning we now have 2 production application servers running jBPM 4.1

[jboss-user] [jBPM Users] - Re: Translation of task node from jBPM3 to 4

2009-10-01 Thread newcomer1
"kukeltje" wrote : Yes, use a plain fork-join for this. I still have to admit that I think the task-node approach is much easier to work with. The jbpm documentation should have more information about differences from the jbpm 3.x way to model stuff. E.g. to associate tasks with a state. How

[jboss-user] [jBPM Users] - Re: Translation of task node from jBPM3 to 4

2009-09-30 Thread newcomer1
"kukeltje" wrote : no there is not. And not sure if it will return as it was or whether alternative ways (more bpmn like) will be implemented. | | What is the behaviour you need? Im quite new to BPM and jBPM but I want to re implement an existing jBPM 3.x process in jBPM 4, but the existi

[jboss-user] [jBPM Users] - Re: Translation of task node from jBPM3 to 4

2009-09-29 Thread newcomer1
Bumping this. Is there any equivalent for task-node in jbpm 4? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257647#4257647 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257647 __