You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be very desirable to have this feature. Right now I'm using bots to serve content (that is then used in a dojo store) from a database based on a query. When the client subscribes to a particular layer of information I would like to dynamically create the Bot if it doesn't already exist. Because of the large number of different queries the users can request data for and that new queries can be dynamically create in the system I'd like to be able to create the matching bots programmatically.
While this functionality could be made entirely in one bot, I'd rather have separate ones so that I can take advantage of the acl functionality with the DefaultSessionModerator ( limiting users with the canClientSubscribeService ) as well as only sending clients data that they requested.
Bots can only be created if they are defined in the cowebConfig.json file.
It may be desirable to create bots programmatically, so this issue is a placeholder for a new feature.
The text was updated successfully, but these errors were encountered: