type Task[ProcessingData, ConvertedData any] struct {
// ProcessingData is the input of the task. ProcessingData []ProcessingData `json:"in" validate:"required"`
// ConvertedData is the output of the task. ConvertedData []ConvertedData `json:"out"`
}