Is the Origin Event trigger after all data sent to destination or after Data is processed by Origin
suppose if I have Directory as origin which produces events such as new-file / processed-file and destination as MongoDB, now Is the event triggers after data is processed by Directory or after all the processed data saved to MongoDB.
I have seen that SDC is triggering event as soon as Directory reads all data.