Unmodifiable view of step execution history
List<StepState<dynamic, dynamic>> get history => List.unmodifiable(_history);