Azure Web PubSub · Arazzo Workflow
Azure Web PubSub Check then Close Connection
Version 1.0.0
Verify a connection exists before closing it, branching on whether it is present.
Provider
Workflows
check-then-close-connection
Check whether a connection exists, then close it if present.
Probes a connection with connectionExists and branches: when the HEAD returns 200 it closes the connection via closeConnection, otherwise it ends.
1
checkConnection
webPubSub_connectionExists
Probe whether the connection is still attached to the hub. A 200 means it exists; a 404 means it is already gone.
2
closeConnection
webPubSub_closeConnection
Close the existing connection, optionally recording a reason.