feat: increase consumed task count upon tasks
This commit is contained in:
@@ -10,6 +10,7 @@ class Execution extends Base {
|
||||
testRun: boolean;
|
||||
internalId: string;
|
||||
executionSteps: ExecutionStep[];
|
||||
flow?: Flow;
|
||||
|
||||
static tableName = 'executions';
|
||||
|
||||
|
Reference in New Issue
Block a user