Hi,We have file collector configured to read with filter "Customer*.csv"
which reads all files with name starting with "Customer". At the end of
workflow, we are sending signal to other workflow. When we have multiple
files, file collector is reading all files, and triggers multiple events
to other workflow.In the 2nd workflow, all signals are received with
just few milliseconds gap. When we do enrichment (join with other table)
and followed by delete the records using update activity, first sig...