Hi Holger,
I can’t see any errors in the logs. However, when reloading the process monitor page - I can see below query in the logs.
[MOD.0120.0025D] prepared statement: SELECT COUNT(t7.INSTANCEID) FROM PRA_PROCESS_RECENT t7 WHERE (t7.PARENTSTEPTYPE <> 3 OR t7.PARENTSTEPTYPE IS null) AND (t7.AUDITTIMESTAMP <= ?)
Created a process instance to see if it keeps an entry in PRA_PROCESS_RECENT. It did not create.
Now, the question is - Why is the data not getting stored into this table PRA_PROCESS_RECENT for the process instances that are created now. I can see the data about the process instances that I created in all other tables [PRA_PROCESS], [PRA_PROCESS_CUSTOM], [PRA_PROCESS_STEP], [PRA_STEP_MESSAGE] but not in PRA_PROCESS_RECENT. Also, even though the entry is not present in PRA_PROCESS_RECENT, the process instance is created and closed successfully and there are no errors in the logs in creating and executing the process instance (can’t see the process instance in the monitor, but can see the steps executed in the logs).
Invoked wm monitor service pub.monitor.process.instance:getInstance with the instance id present in database. This service returned no response (Not sure if this service is used by the process monitor portlet, but thought to give a try).
Do you have any inputs?
Kind regards,
Raj
#webMethods-BPMS#BPM#webMethods