A list of past execution records represented as maps.
List<Map<String, dynamic>> get executionHistory => _executionHistory.map((record) => record.toMap()).toList();