factory RetryStageExecutionOutput.fromJson(Map<String, dynamic> json) { return RetryStageExecutionOutput( pipelineExecutionId: json['pipelineExecutionId'] as String?, ); }