Azure Web PubSub · Arazzo Workflow
Azure Web PubSub Notify User if Online
Version 1.0.0
Send a user a message only when they currently have at least one live connection.
Provider
Workflows
notify-user-if-online
Check whether a user is connected, then send a message only if online.
Probes a user with userExists and branches: when the HEAD returns 200 it sends via sendToUser, otherwise it ends.
1
checkUser
webPubSub_userExists
Probe whether the user currently has any connections. A 200 means online; a 404 means no connection.
2
notifyUser
webPubSub_sendToUser
Deliver the supplied plain-text message to every connection owned by the user.