diff --git a/src/deployments/cdk/src/deployments/cloud-watch/step-3.ts b/src/deployments/cdk/src/deployments/cloud-watch/step-3.ts index 11ee1a7c7..aecd85247 100644 --- a/src/deployments/cdk/src/deployments/cloud-watch/step-3.ts +++ b/src/deployments/cdk/src/deployments/cloud-watch/step-3.ts @@ -84,6 +84,9 @@ export async function step3(props: CloudWatchStep3Props) { Severity: { Label: severityLabels, }, + Workflow: { + Status: ['NEW'], + }, }, }, };