Azure Web PubSub · Arazzo Workflow
Azure Web PubSub Grant Permission if Missing
Version 1.0.0
Check whether a connection already holds a permission, granting it only when absent.
Provider
Workflows
grant-permission-if-missing
Check a connection's permission, then grant it only if not already held.
Probes a permission with checkPermission and branches: when the HEAD returns 404 it grants via grantPermission, when it returns 200 it ends.
1
checkPermission
webPubSub_checkPermission
Probe whether the connection already holds the permission. A 200 means it does; a 404 means it does not.
2
grantPermission
webPubSub_grantPermission
Grant the connection the permission, optionally scoped to a target group name.