feat: add no data alert in test substep and execution

This commit is contained in:
Ali BARIN
2022-09-01 22:25:57 +02:00
parent 91f5f1d628
commit dc79d623be
6 changed files with 47 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class Execution extends Base {
id!: string;
flowId!: string;
testRun = false;
internalId!: string;
internalId: string;
executionSteps: ExecutionStep[] = [];
static tableName = 'executions';