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!

Introducing delay in OSB using Javascript

3521605Sep 27 2017 — edited Sep 28 2017

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 26 2017
Added on Sep 27 2017
2 comments
2,133 views