chore(types): add status in Execution
This commit is contained in:
1
packages/types/index.d.ts
vendored
1
packages/types/index.d.ts
vendored
@@ -40,6 +40,7 @@ export interface IExecution {
|
|||||||
flowId: string;
|
flowId: string;
|
||||||
flow: IFlow;
|
flow: IFlow;
|
||||||
testRun: boolean;
|
testRun: boolean;
|
||||||
|
status: 'success' | 'failure';
|
||||||
executionSteps: IExecutionStep[];
|
executionSteps: IExecutionStep[];
|
||||||
updatedAt: string;
|
updatedAt: string;
|
||||||
createdAt: string;
|
createdAt: string;
|
||||||
|
Reference in New Issue
Block a user