Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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 @AT_9691961
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