Azure Web PubSub · Arazzo Workflow
Azure Web PubSub Warn Group and Tear Down
Version 1.0.0
Broadcast a final warning to a group, then close every connection in that group.
Provider
Workflows
warn-group-and-teardown
Send a final warning to a group, then close all connections in the group.
Broadcasts a warning via sendToGroup, then closes every connection in the group via closeGroupConnections.
1
warnGroup
webPubSub_sendToGroup
Broadcast the final warning to every connection in the group so clients can react before being closed.
2
closeGroup
webPubSub_closeGroupConnections
Close every connection currently in the group, fully tearing it down.