Can we setup incompatibility between different seeded process
Here we are using ImportBulkData service to load FBDI file and import PO receiving, it will trigger to run Load Interface File for Import and Manage Receiving Transactions, we are calling the service in a high frequency, in some case, the Manage Receiving Transactions start to run during Load Interface File for Import running, then the receiving will be imported with wrong receipt num as the data hasn't been loaded completed.
At the beginning, we want to provide group id for each Manage Receiving Transactions process to prevent the issue, but later we found the parameter group id is only used internally and not useful for user, now I'm thinking can we setup the incompatibility between Load Interface File for Import and Manage Receiving Transactions, then we can fix the issue we faced, please help to advise, thanks.