diff --git a/packages/cli/src/webhooks/waiting-webhooks.ts b/packages/cli/src/webhooks/waiting-webhooks.ts index 1d5b18d362..e7b124109e 100644 --- a/packages/cli/src/webhooks/waiting-webhooks.ts +++ b/packages/cli/src/webhooks/waiting-webhooks.ts @@ -92,6 +92,8 @@ export class WaitingWebhooks implements IWebhookManager { req.params = {} as WaitingWebhookRequest['params']; const execution = await this.getExecution(executionId); + this.logger.debug('executeWebhook ==> execution'); + this.logger.debug(JSON.stringify(execution, null, 2)); if (!execution) { throw new NotFoundError(`The execution "${executionId}" does not exist.`);