Re: [Bpmscript-users] Expiration of tasks
Status: Beta
Brought to you by:
dkfn
From: dkfn <jam...@gm...> - 2006-09-01 14:19:16
|
Hi, That's a great idea, I'll look to add it into the next release (or the one after but certainly before it goes live). cheers, j. Artti wrote: > > Hi, > > It would be very nice if there was an option to add expiration timer to > human tasks: > > var taskRequest = taskService.taskRequest("How do you feel about > BpmScript?"); > taskRequest.response("rocks", "Rocks!"); > taskRequest.setRole("ANONYMOUS"); > > var expirationDate = new Date(); > expirationDate.setFullYear(2006,9,14); > > var future = taskService.request(taskRequest, expirationDate); > > // do some other stuff... > > var result = future.get(); > -- View this message in context: http://www.nabble.com/Expiration-of-tasks-tf2126300.html#a6099525 Sent from the BpmScript - Users forum at Nabble.com. |