Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How can i close a task created using the TaskManager process?

233350May 6 2006 — edited May 6 2006
do 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 3 2006
Added on May 6 2006
1 comment
480 views