Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
We have a custom scheduler running with Job - ABBWorkflowProcessJobMonitor. The scheduler is running every two minutes, but every time the job log shows - "Query returned null". Is there any way we can understand what kind of jobs are to be triggered by this particular scheduler..
Hello @AbbmotionPLM
You need to check logs, then you should set logging level to trace for this customization.
You could see what is going on if the logging shows something.
If not, you need to contact person who creates or understand this customization or someone who understand the custom code, that can read the class and judge what the job does.
PetrH