feat(webhook): mark test run in executions

This commit is contained in:
Ali BARIN
2022-12-08 10:22:39 +01:00
parent 346a706e41
commit e8d8a5e89d

View File

@@ -66,6 +66,7 @@ export default async (request: IRequest, response: Response) => {
flowId: flow.id,
stepId: triggerStep.id,
triggerItem,
testRun: !flow.active
});
const nextStep = await triggerStep.getNextStep();