Update Blocker
Holds or releases app-level runtime blockers.
Utility
Use this when some events should wait until your page is ready, such as after consent loads.
When to use it
- Release blockers after a CMP-ready event.
- Hold processing again during a controlled transition.
Routing behavior
Continues through its connected downstream path when it completes successfully.
Properties
| Property | Type | Required | Details |
|---|---|---|---|
action action | select | Required | No extra description is defined for this property yet. |
targetBlockers targetBlockers | array | Optional | Choose one or more blockers defined in the application runtime settings. |
Common mistakes
- It only works with blockers configured in the application settings.
- Bypass events still need to be configured at the application level if they should run while blocked.