Hi, within workshop, I want to embedd an iFrame, where admin users of a process can see the status of certain schedules. For this I have two questions,
Is there some org-level restriction who is allowed to see these schedule metrics? Or is this visible to any user, who has view access to the project space this schedule lives in?
I am trying to set the ?embedded=true so that the Foundry bar disappears. For some reason it is not working. Also when I am putting anything in the URL after tabId=runs (thats the tab I want to start on) it defaults to the overview tab.
Just the native URL copied from schedule metrics on Runs HIstory tab
The issue observed with the query parameter embedded=true, is due to including the ?character multiple times. When having more than one query parameter the correct syntax would be to separate them with the & character. Example: ?tabId=runs&embedded=true .
This is also causing the observed tab issue as the tabID parameter is being received as the string `runs?embedded=true`, which doesn’t match your tab value.
In terms of the schedule permissions those are derived from the associated datasets in the schedule.