You need to sign in to do that
Don't have an account?
Steve Berley
Limit so only one user can run batch at a time?
Hi,
I have a client who has a batch process that generates a lot of data, and because of this it takes a bit to run.
Since the process needs to be manually triggered, is it possible to prevent someone from starting it if another user already has it running?
Could I query active jobs and throw a message if it's in queue?
Thanks,
Steve
I have a client who has a batch process that generates a lot of data, and because of this it takes a bit to run.
Since the process needs to be manually triggered, is it possible to prevent someone from starting it if another user already has it running?
Could I query active jobs and throw a message if it's in queue?
Thanks,
Steve
All Answers
I recommend looking at the following example
Anudeep