How to check tasks status while job is running?

 

Hi, We have task running more than 5 hours to run and ends up killed as per timeout settings defined at python script component level. I have print statements in the python code and would like to know the status of it when the job is actually running. Is there a way to look at tasks status in matillion when job is running as per schedule ?

 

 

 

I can see the logs of tasks after the job ran. But in case when matillion forcefully kills task due to time out , i Can only see a message " timeout exceeded and script killed" .This error message doesnt help me in trouble shooting and find the root cause of code where its running for longer hours without actually doing anything.