Skip to content

Throw exception in order to set the execution states of an execution correctly

Benedikt Wetzel requested to merge wetzel/spesb:enhance-error-handling into master

This MR adds a simple methods to correctly detect when an execution has failed. For this thrown exceptions are catched only at the executor level (standalone or operator). By the occurrence/catching of this exception, the operator can detect if something failed and in this case set the status of the execution to FAILURE. #236 (closed)

Edited by Benedikt Wetzel

Merge request reports