|
| Add Escallation or Change Escalation duration on running task |
 |
Mon, 14 Apr 2008 11:25:46 EDT |
Guys
I have this weird specification from a client that wants to add an escalation to
a running task if need be, or able to change an existing escalation duration
time when the status is READY or even CLAIMED.
I am building the human task as an ad-hoc and I am able to create a task, add
escalation and start the task. What I am not sure of, is how to maybe, stop the
task, add escalation or change the duration time of an existing escalation.
Has any person experience this before? Any viable solution to resolve this
requirement will be highly appreciated.
com.ibm.task.api.TKIID tkiid = taskManager.createTask(taskModel, null,
"HTM" ) ;
taskManager.startTask(tkiid, new
com.ibm.task.api.ClientObjectWrapper(taskInput), null ) ;
|
| Post Reply
|
|
|
|
|
|
|
|
|
|