Hi,
I want to automate a process which starts when a web service detects an incident.
I want the robot to be executed when, as I said, there is an incident in the web service. To do this, my first idea was to have a continuous process checking (with GET messages) if the web service has an incident or not.
However, I was wondering if there is any way in which I would not need to have this robot checking every time, and if the web service could launch a trigger in some and then, start the process.
I do not have an orchestrator.
Thank you so much.