Hi all, I am trying to figure out the best way to tell when a job has successfully restored all state and started process.
My first idea was to check the rest api and the number of processed bytes for each parallel operator and if thats greater than 0, it started. Unfortunately this logic fails if the operator doesnt receive any input for some time. Do we have any info like this exposed somewhere in a nicely queryable way? Thanks, Gyula