Process model trigger

Hi All

I am using the trigger in my process model and the trigger acts concurrently, I want the trigger to act in a sequential way as my records or overwritten there, is there any way I can make my trigger work in a sequential way through my process model.

Thanks
Amar

in the configuration of the trigger you have an option
Document processing
you can change the Processing mode to serial
or put the number of thread to only one

greatings