Pipeline Execute Calling Many Time Instead Of Once
Good day Snaplogic Community
I believe this might be a simple solution but I have a few pipelines in our test environment close to promotion to production and notice that one of pipeline executes i.e. “Process Transactions” in the pipeline below is being called by the previous pipeline execute “Store Transactions” more than once when it is run. The first picture below is the main cloud starting pipeline which calls a child pipeline “Store Transactions” in the second picture and then the “Process Transactions” child pipeline is in the third picture below.
How can i change my code or settings to ENSURE there is only one call to “Process Transactions” after the “Store Transactions” pipeline execute returns??? Thank you very, very much in advance!