Hello!
Is there a way for a user to take ownership of an interactive automation script running in a cluster and to stop that same script from appearing for other users?
Catarina Beirolas [SLC] [DevOps Advocate] Selected answer as best 17th January 2024
Hi Catarina,
If I understand your question correctly, you should be able to use the Method FindInteractiveClient of the Engine class.
It will allow you to prompt a user or set of users to take ownership of the interactive script.
It will show a dialog to all connected user sessions that match the group you specify and they will have an option to attach or reject.
Catarina Beirolas [SLC] [DevOps Advocate] Selected answer as best 17th January 2024