Created a jira issue https://jira.jboss.org/jira/browse/JBRULES-2372
Regards Vijay ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Mauricio Salatino Sent: Monday, December 14, 2009 11:16 AM To: Rules Users List Subject: Re: [rules-users] Human Task Work Item - Activation Time Yes or you can create a jira issue explaining the expected behavior and we can implement it. 2009/12/14 Vijay K Pandey <[email protected]<mailto:[email protected]>> I checked the TaskData class and it sets the activation time during initialization - as shown below //@FIXME for now we activate on creation, unless date is supplied if (getActivationTime() == null) { setActivationTime(createdOn); } I looked up the WSHT specs, it only mentions this "The time in UTC when the task has been activated." I also looked up at the BPEL4People and there its defines "Defer Activation" which is mainly related to the "scheduled actions", I guess opposite to the expiration time. So looks like I have to manage this feature on my own. Regards Vijay -----Original Message----- From: [email protected]<mailto:[email protected]> [mailto:[email protected]<mailto:[email protected]>] On Behalf Of Kris Verlaenen Sent: Monday, December 14, 2009 9:03 AM To: Rules Users List; Vijay K Pandey Cc: Rules Users List Subject: Re: [rules-users] Human Task Work Item - Activation Time We just try to follow what is defined in the WS-HumanTask specification. Could you check whether this is a limitation of the spec itself or whether we did not implement that feature correctly? Kris Quoting Vijay K Pandey <[email protected]<mailto:[email protected]>>: > Hi, > > > > If a human task once in "Reserved" state is released it goes in the > "Ready" state and then if claimed by a potential owner - should the > activation time of the task change or not? If not is there any way to > identify that at what time the task was claimed by another potential > owner. > > > > Thanks > > Vijay > Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm _______________________________________________ rules-users mailing list [email protected]<mailto:[email protected]> https://lists.jboss.org/mailman/listinfo/rules-users _______________________________________________ rules-users mailing list [email protected]<mailto:[email protected]> https://lists.jboss.org/mailman/listinfo/rules-users -- - http://salaboy.wordpress.com - http://www.jbug.com.ar - Salatino "Salaboy" Mauricio -
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
