I have repeat action over a list of elements to process. If processing fails for one of the elements, I'd like to be able to log the error and continue processing the remaining elements.
It appears that the handle error catch is global and only supports retries or termination.
Any way to accomplish this?
Jason Jho
Skip on error inside of a repeat action