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...