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!

Renew an expired/stale task in BPEL-

Seemant SrivastavaNov 26 2008 — edited Dec 2 2008
Hi,
I am trying to renew an expired/stale human task in BPEL process using renewTask operation of TaskService in BPEL process.

The inputs given to this operation are-

taskId: from the HumanTask global variable
token: from initiateTaskResponseMessage
* duration*: '10'

On running the process,its showing the following error-

*<faultInfo>java.lang.IllegalArgumentException: Missing 'P' delimiter</faultInfo>*


I am not able to understand the type of input taken by 'duration'.
I have searched in API's that it takes 'string' as input but still its not running.

Thnx.
This post has been answered by 557929 on Nov 29 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 30 2008
Added on Nov 26 2008
6 comments
1,512 views