feat: increase consumed task count upon tasks

This commit is contained in:
Ali BARIN
2023-03-07 21:26:12 +00:00
parent 7676bc5836
commit 472ffd5b5c
4 changed files with 30 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ class Execution extends Base {
testRun: boolean;
internalId: string;
executionSteps: ExecutionStep[];
flow?: Flow;
static tableName = 'executions';