Hi,
I have a process that use API to send data to another system. I have a patch in WebCon to check status, based on the feedback, process moves to the next step or waits another hour on the timer. I want to change this. I found this option in WebCon API:
Path that will be used by element
PATH /api/data/v6.0/db/{dbId}/elements/{id}
But my second system don't have a PATH method.
Do you have any ideas how to automatically move a process to next step but based on the POST method in WebCon?