Scheduled actions status icons

The proposed feature request adds green and red circles near the scheduled action names, such as:

These icons would represent the status of the last execution.

Behind the hood, NodeJS would keep in an array the status of the last execution of such schedule. The UI would call the NodeJS app to inquire about this array/status.

A green circle is an execution that succeeded without errors. A red circle is an execution that threw an uncatched error/exception.

It would be great to see the error of failure, so this array could hold the output of the execution. Perhaps it would be best to keep the last 10 executions for each scheduled action.

Community Page
Last updated: