[jboss-user] [JBoss jBPM] - Re: specify task time window

2008-03-10 Thread [EMAIL PROTECTED]
"aapthorp" wrote : Is there any interest in an iCalendar wrapper such as I've described? There certainly is interest for this. I would suggest a post on the designer forum to discuss this and/or a JIRA issue where you can attach code (unit test, implementation, example). Cheers, Koen View the

[jboss-user] [JBoss jBPM] - Re: specify task time window

2008-03-06 Thread kukeltje
anonymous wrote : Wondering whether its worth raising this as a feature request? You could... not sure what priority it gets though... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134531#4134531 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss jBPM] - Re: specify task time window

2008-03-05 Thread aapthorp
anonymous wrote : no need for an actionhandler anymore, but that is your choice... I guess I should've asked the question before implementing it... anonymous wrote : regarding the delayed start of a task and your remark about assiging based on existing tasks, we do kind of workload distribution

[jboss-user] [JBoss jBPM] - Re: specify task time window

2008-03-03 Thread kukeltje
no need for an actionhandler anymore, but that is your choice... regarding the delayed start of a task and your remark about assiging based on existing tasks, we do kind of workload distribution to, but assign them anyway... no delay View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss jBPM] - Re: specify task time window

2008-03-03 Thread aapthorp
"kukeltje" wrote : due dates can use EL now as well (see the docs) That way you can set an absolute due date if it e.g. is in a processvariable. Thanks, had done this with an action handler, as per the example on the wiki contributions page. "kukeltje" wrote : And if the 'start date' does not n

[jboss-user] [JBoss jBPM] - Re: specify task time window

2008-03-03 Thread kukeltje
due dates can use EL now as well (see the docs) That way you can set an absolute due date if it e.g. is in a processvariable. And if the 'start date' does not need to be real (the task appearing at that time), use just a processvariable for that. If you do want see the task not before that spec

[jboss-user] [JBoss jBPM] - Re: specify task time window

2008-03-03 Thread pojomonkey
"aapthorp" wrote : The only possible way I can see to do this is to set a timer for the scheduled start time, but can't see how to get timer's associated with a task instance. Anyone any ideas or is there some easier way to do this? Store some 'handle' in a process variable available to the timer