How can i close a task created using the TaskManager process?
233350May 6 2006 — edited May 6 2006do you know how to close a task using BPELX:EXEC ??
I have tried something like this, but i does not work:
TaskManager taskMgr = (TaskManager) lookupService( IWorklistService.SERVICE_NAME );
taskMgr.onComplete( iTask, oTask );
any idea?
the main idea is the following:
Process one create the task using the TaskManager process,
Process two should close the task created previously.
Thanks