Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

[closed] IBM BPM - Javascript trigger delay

For those who know Javascript and IBM BPM, I need to know how to delay the execution of the trigger below, represented by the IBM BPM code this.context.trigger();.

The code is actually working, except for the delay which is not considered in my code.

Can you please help me? Thanks a lot

var _this = this;

function myFunction() { setTimeout(myFunction, 10000); _this.context.trigger(); }

myFunction();

0 votes

Comments

Sorry, but I don't think this is the right forum. 


The question has been closed for the following reason: "Question is off-topic or not relevant" by rschoon Sep 26 '18, 11:05 a.m.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Sep 26 '18, 5:25 a.m.

Question was seen: 1,717 times

Last updated: Sep 26 '18, 11:06 a.m.

Confirmation Cancel Confirm