Hello everyone,
Below is the scenario,
- I used the community edition of UiPath and created three users for the same service
i. AdminUser
ii.Tenant A
iii.Tenant B - Created two folders namely Folder A & Folder B
I. Tenant A has admin privilege to Folder A
II. Tenant B has admin privilege to Folder B - I have uploaded a package and process (Process Name:“MyProcess”) specific to Folder A.Also created and ran a job for the process “MyProcess” using the Tenant A user ID.It was successful.
- I logged in as Tenant A. To monitor the events related to the job of process “MyProcess” associated with FolderA, I have used the webhook URL
“URL A” under the WebHooks → URL and subscribed for Job events. - I logged in as Tenant B. I have used the webhook URL
“URL B” under the WebHooks → URL and subscribed for Job events. - When I checked the webhooks URL A(https://webhook.site/ID1) to monitor the events of “MyProcess”, all the events related to the process are displayed as expected.
- When I checked the webhooks URL B(https://webhook.site/ID2), all the events related to the process “MyProcess” are displayed.
My concern is why the events of the job associated with “MyProcess”( which is specific to Tenant A) are displayed for Tenant B in webhooks site?
Is there any ways to restrict listening to the events of job associated with “MyProcess” to the user Tenant A alone, as “MyProcess” is specific to FolderA? Kindly suggest.
Many Thanks,
BotAdm