It is used together with async="true", to make certain parts of your process asynchronous.
If exclusive is set to true, no two async threads will be executed at the same time for the same process instance. If set to false, it will, potentially creating race conditions in your process. So only set it to false if you absolutely know what you are doing.