Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone!
I has this flux: tloop -> iterateToFlow -> RestClient.
I need execute this flux when there is value in execution.
I need tloop to just execute while it comes back from api, if there is no return I need to stop loop
I try put tjava, but I don't know where to put the component.
This api request has 94 pages, this loop start 1 and stop at 94 based on page records.
Each page brings me 100 'records', if I loop it works fine, but I need it automatically as it will come online on a server using crontab.
Sorry, follow the image as requested.