This object is in archive! 
How to lock a rule?
Need Answer
My rule shall not be called again, until it is finished.
I thought that this would be possible with "JOIN" but it isnt.
My plug keeps on triggering depending on the sceduler (which is set to "every minute") and the waiting time is ignored.
I also tried other values like "120".
Has anyone got an idea, pls?
Files:
rule.png
No connection
Real-time notifications may not work
the join block will lock the puzzle after the initial trigger, in this case the scheduler. So it will keep on triggering every 1 minute if that is the repeat procedure you use in the scheduler.
I do not understand why you are having this rule repeat every minute, yet want the 16 minute wait feature. Please explain what you are trying to achieve and hopefully someone can post a reply for you.
the join block will lock the puzzle after the initial trigger, in this case the scheduler. So it will keep on triggering every 1 minute if that is the repeat procedure you use in the scheduler.
I do not understand why you are having this rule repeat every minute, yet want the 16 minute wait feature. Please explain what you are trying to achieve and hopefully someone can post a reply for you.
I think your triggers should be 'simpler' and not check for values. Use ANY when you can in WHEN clauses and test with IFs inside the rule.
I think your triggers should be 'simpler' and not check for values. Use ANY when you can in WHEN clauses and test with IFs inside the rule.
Replies have been locked on this page!