Whenever a job is timed out, it should be logged as 'failed' (according to the documentation) and the associated chain reaction (if applicable) should be executed. Currently, it is only marked as 'failed' and nothing happens regarding the chain reaction.
Steps to reproduce the problem
Create any job that gets timed out. Could be just a sleep 120 sample script with a one minute timeout.
Assign any job as a "Run event as failure" chain reaction.
Validate that the associated chain reaction is not executed whenever the job is executed and timed out.
Summary
Whenever a job is timed out, it should be logged as 'failed' (according to the documentation) and the associated chain reaction (if applicable) should be executed. Currently, it is only marked as 'failed' and nothing happens regarding the chain reaction.
Steps to reproduce the problem
sleep 120
sample script with a one minute timeout.Thank you for the great tool @jhuckaby !