[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();
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.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Sep 26 '18, 11:06 a.m.Sorry, but I don't think this is the right forum.