Hello Developers,
I have requirement were I want to prevent run workflow in custom job.
Is there any option to stop workflow in scheduler ?
What is the action you do in the custom job, that triggers the workflow?
Do you want to stop all workflows in your system, are just those that are triggered by that custom job?
Can’t you just set a flag in the record you’re about to change, and limit the workflow with a condition to skip those records?
Hello pgr,
Thanks for reply.
Yes, I set a flag and solved this issue.