Azure Web PubSub · Arazzo Workflow
Azure Web PubSub Broadcast to Group if Active
Version 1.0.0
Only broadcast to a group when it currently has connected members.
Provider
Workflows
broadcast-to-group-if-active
Check whether a group has connections, then broadcast only if it does.
Probes a group with groupExists and branches: when the HEAD returns 200 it broadcasts via sendToGroup, otherwise it ends.
1
checkGroup
webPubSub_groupExists
Probe whether the group currently has any connected members. A 200 means it is active; a 404 means it is empty.
2
broadcastGroup
webPubSub_sendToGroup
Broadcast the supplied plain-text message to every connection in the group.