Renew an expired/stale task in BPEL-
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.