I am trying to build a custom widget to embed in a WebApp that executes a Notebook when the user clicks on a button. By calling the ArcGIS 'Execute Notebook' REST operation.
Unfortunately after some testing (in Enterprise Portal 10.8.1) the Execute Notebook operation only seems to be able to start notebooks that are owned by the user that makes the request. I assigned the Create and Edit ArcGIS Notebooks privileges to both users (the owner and the executor). Preferably we don't want the end user(s) to own the Notebook nor to use built in user and credentials.
Has someone else tried this? Found a way to let an end user trigger a Notebook job on demand?