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
Probe whether the group currently has any connected members. A 200 means it is active; a 404 means it is empty.
2
broadcastGroup
Broadcast the supplied plain-text message to every connection in the group.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.