factory WorkflowInfo.fromJson(Map<String, dynamic> json) { return WorkflowInfo( id: json['id'] ?? '', name: json['name'] ?? '', ); }