Command to Check stateworkflowtimer action LOG
case 1: tail -n 100000 catalina.out | grep "108 Running Minute timer at"
For start and end timer actions
case 2: tail -n 100000000 catalina.out | grep "108 Running Hourly Timer at"
case 1: tail -n 100000 catalina.out | grep "108 Running Minute timer at"
For start and end timer actions
case 2: tail -n 100000000 catalina.out | grep "108 Running Hourly Timer at"