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
We have multiple different groups of users and each of them have their own default group dashboards. We would like to provide them each with a their own URL so that they can get to their default dashboard and not to the last saved dashboard. Also, due to large number of users involved, we would like to have this feature available so that launching the dashboard is simple and doesn't involve switching dashboards.
Thanks,
The text was updated successfully, but these errors were encountered:
One idea for a potential workaround comes to mind. In order to create a dashboard that can be reliably referenced by URL you could define a stack containing a single dashboard. You would then have a URL within OWF as follows: https://servername:port/owf/#stack=name
If using the above approach be sure your authentication plug-in preserves the original URL if it has to redirect back to OWF from a different login page.
The use of a single dashboard within the stack will avoid the problem of appending a specific dashboard guid. The dashboard instance guids are different per user (i.e. https://localhost:8443/owf/#stack=name&guid=d54af475-43e1-42d3-aa66-99dd1c5bc562 and https://localhost:8443/owf/#stack=name&guid=65ffb4ea-8470-4cc0-882a-041a1f544ef6 may refer to the same dashboard but for different users; or not).
OWF 7 and future:
We would like to have a default group dashboards for specific URLs, such that
https://first.url.com points to Group Dashboard #1
https://second.url.com points to Group Dashboard #2
We have multiple different groups of users and each of them have their own default group dashboards. We would like to provide them each with a their own URL so that they can get to their default dashboard and not to the last saved dashboard. Also, due to large number of users involved, we would like to have this feature available so that launching the dashboard is simple and doesn't involve switching dashboards.
Thanks,
The text was updated successfully, but these errors were encountered: