Skip to main content

I've built an AF that triggers a skill that write data into a table. The problem is that the skill is triggered as many times as the number of rows in the table. That's fine because the table is really small, but I can't execute an ML script as next step in the same skill, since the ML script is triggered as many times as the number of rows.

 

As a solution, I though that I can build a small AF that is triggered only when the first AF finishes running (so the whole rows will be written to the table). This second AF will itself trigger a skill with the execution of the ML script in it. This way the ML script will be executed only once.

 

I can't find a module that allows me to trigger an AF when another one finishes running.

Not directly answering your question but... why you don't try an aggregator node before calling the script... that way maybe you can trigger it only once after all the records have been written.

 

HTH

 

Good luck!


Hi Federico,

Regarding your question please see here more information https://help.celonis.cloud/help/display/CIBC/Aggregator

Many thanks,

Reply