Description
When a signalrun is failed, the status of the signalrun will be not correctly saved.
See the error message below:
AttributeError: 'Signalrun' object has no attribute 'STATUS_ERROR'
Solution
Update
status = self.STATUS_ERROR
to
status = self.STATUS_ERRORED