refactor: Restructure workers to work with services
This commit is contained in:
@@ -50,6 +50,10 @@ class ExecutionStep extends Base {
|
||||
},
|
||||
});
|
||||
|
||||
get isFailed() {
|
||||
return this.status === 'failure';
|
||||
}
|
||||
|
||||
async $afterInsert(queryContext: QueryContext) {
|
||||
await super.$afterInsert(queryContext);
|
||||
Telemetry.executionStepCreated(this);
|
||||
|
Reference in New Issue
Block a user