Listen to arbitrary application events
In Mobile, there is a new capability that lets us respond to basically any application event.
Is this also possible in Web, or are there plans to implement this?
Specifically, I want to run a workflow after an edit has been made to a feature, so I need to be able to respond to the edit.feature-updated event
(See also)
-
I'm also very keen to know if this capability is available (or can be added) in Web. It's certainly something I would really like to see supported.
0 -
likewise.
0 -
Draft release notes for the VSW 5.25 release (slated for later in August):
Added a new event service and a new event listener pattern. This new pattern allows a command or workflow to be run when any VertiGIS Studio Web event occurs. This pattern allows configuration-only access to the many events supported by VertiGIS Studio Web without requiring use of the SDK. To make this pattern even more useful the event listener can be restricted to a specific sender. This ensures that general events such as ui.activated can be used in a more targeted way. For example, you want to raise a ui.activated event only when the results table is activated, but not when the other components in your application are activated.2
Please sign in to leave a comment.
Comments
3 comments