Hi,
I wants to call two services in OSB and between first and second invocation, i wants to introduce a delay of 10 seconds using JavaScript action in OSB.
I tried the below code in Javascript action.
Code : process.setTimeout('test',10000)
It is failing with the error. "Cannot find function setTimeout in object [object com.bea.wli.common.javascript.ScriptableContext]. (<OSB JavaScript expression>#1)"
OSB version used : 12.2.1
Please help
Thanks