The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…
The content of the scripting action 'MAJ_NIVEAU_A_TRAITER' is as follow:
**
var_niveau=${~/pintniveau}$;
var_niveau=var_niveau-1;
__ctx__.publishVariable("~/pintniveau",var_niveau);
**
The variable (pintniveau) is initialized with an int of value 5, the goal is to start with 5 and arrive to 0.
The two different conditions are : ** ${~/pintniveau}$>0 ** to the End else ** ${~/pintniveau}$>0 ** to rerun last mapping.
Maybe the issue comes from the "Triggering Behavior" of the links.
Make sure all the links that go to the mapping are "Not mandatory". Otherwise the next iterations will each incoming action to be executed again.