Azure Web PubSub · Arazzo Workflow
Azure Web PubSub Direct Connection Message
Version 1.0.0
Confirm a connection exists, then send a targeted message to just that connection.
Provider
Workflows
direct-connection-message
Verify a connection exists, then send a message directly to that connection.
Probes a connection with connectionExists and, when present, delivers a plain-text message via sendToConnection; otherwise ends.
1
checkConnection
webPubSub_connectionExists
Probe whether the connection is still attached. A 200 means it exists; a 404 means it is gone.
2
sendToConnection
webPubSub_sendToConnection
Deliver the supplied plain-text message directly to the single connection.