I am using Temporal IO Java.
I have an Activity that accepts a list of ids. If one id encounters an error, how can I retry the next Activity from that errored id instead of starting from the beginning of the list?
Is there a way to accomplish this with an Activity?
Currently, I have to use subworkflow to call each Activity + id.