Get all activity Workout Steps

Hi all,

Is there a way to get all the steps available in the current activity workout? 

According to docs I can only get the current workout step (with getCurrentWorkoutStep() method) and the next one (with getNextWorkoutStep() method).

Is there a way to get all the steps (basically an array of Activity.WorkoutStepInfo objects) at once? 

If not, is there a way to, at least, get the entire workout steps count? 

Thanks!