Skip to content

Commit 0b7c635

Browse files
committed
Fixed tn_complete_to_umccrise_draft_rule
* Somehow it needs to wrap with an array bracket. Evaluated in the EventBridge console.
1 parent 5971c4b commit 0b7c635

File tree

1 file changed

+5
-3
lines changed
  • lib/workload/stateless/stacks/stacky-mcstackface/glue-constructs/pva/part_2/tn-complete-to-umccrise-draft

1 file changed

+5
-3
lines changed

lib/workload/stateless/stacks/stacky-mcstackface/glue-constructs/pva/part_2/tn-complete-to-umccrise-draft/index.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,11 @@ export class TnCompleteToUmccriseReadyConstruct extends Construct {
199199
detail: {
200200
status: [{ 'equals-ignore-case': this.UmccriseReadyMap.triggerStatus }],
201201
workflow: {
202-
name: {
203-
'equals-ignore-case': this.UmccriseReadyMap.triggerWorkflowName,
204-
},
202+
name: [
203+
{
204+
'equals-ignore-case': this.UmccriseReadyMap.triggerWorkflowName,
205+
},
206+
],
205207
},
206208
},
207209
},

0 commit comments

Comments
 (0)