Import of partitioned file and external signal: how to trigger the external signal just once?
Hi there,
I'm trying to import a file that has been partitioned in 10 parts. When the import ends, this wkf must trigger another wkf through an external signal.
The problem is that, since there are 10 parts, the external signal is triggered 10 times, while we need just one trigger to let this wkf starts after the previous one.
This behavior is discouraged by Adobe online documentation (The activity cannot be triggered more often than every 10 minutes.), in fact the second wkf doesn't work correctly.
Is there a way to import several file parts but trigger just once another workflow?
How can be done? The main point is that the first wkf reaches "end" activity 10 times instead of just one and I'm unable to find a solution to trigger the second wkf just once.
Please note that I need absolutley to trigger the second wkf after the previous because its activities must be executed necessarily when the import is ended. This means for example that I can't start the second wkf with a scheduler, because I can't be sure that the import is ended in time (if there is an error in import, a biggest file, ....)
If you have any different ideas (not using API), let me know!
Thanks,
Livia