Websocket integration with open

Hi - Is there way push messages/data from Appian server to Specific Appian UI User automatically without user intervention? if yes please provide documentation / implementation

Is WebSocket programming available in Appian? if yes please provide documentation/implementation?

Thanks,

Sri

  Discussion posts and replies are publicly visible

Parents Reply
  • It's a little hard to follow what you're after, but a JSON message could be sent to Appian which then writes it to a database, including the UserId of the User you want to send it to. When the User Interface auto-refreshes it could pick up that entry only for the loggedInUser() - so that only they see it and no-one else will - and you could then include in your User Interface a control called  'Acknowledge' that the User clicks on that then updates that entry in the DB so that it no longer will be dsiplayed to them. This is all achievable without any low-level coding.

Children
No Data