Forum Discussion

arvindnsn's avatar
arvindnsn
Contributor
2 years ago
Solved

Running multiple instances of the same triggered task concurrently

Hello,

   I have a requirement where multiple instances of the same triggered task has to be run concurrently. 

 I have a pipeline Load_control.pip that takes several inputs and based on different inputs, it performs different operations. A  triggered task Load_Control_task has been created to call the above pipeline.

The requirement is to call the multiple instances of the same triggered task concurrently by passing different parameters to the tasks.

When i tried to run the multiple instances at the same time, except the first triggered task, the others failed with the error message as "Not starting pipeline because the previous execution has not yet finished"

Is it possible to call multiple instances of the same triggered task concurrently and how?

Thanks

Aravind N

 

 

  

  • I just tried to build on top of your logic to create the above scenario, was able to do it, refer to the attached pipeline, although design-wise it may not seem that cleaner and concise but it serves the purpose and handles the leap year exception as well
    Input:

    Output:

    It was helpful for contract management problems we have come across so far.

    Contract_Date_splitter_2021_10_11.slp (23.2 KB)

2 Replies

  • vaidyarm's avatar
    vaidyarm
    Contributor

    Have no words to thank you for this, I always thought to do such things via python script, but the core snaplogic solution you gave is very well thought !!

    Thanks a lot !!