Update a JavaScript page in the job status

Hi guys!
I want to building a JS page that contains a table of jobs the user ran, and their status (started, in progress, finished).
What is the best way to follow the status and change the view accordingly? I’m thinking about working with promises but keeping an open mind to new ideas :slight_smile:
Thank you!

1 Like

Hey @Shoosha

The best way is to use API listener in the JavaScript which will be notified via web hooks subscribed in the UiPath Orchestrator.

Hope this helps.

Thanks
#nK