defmodule WorkloadService.Aggregates.QuoteTask do use WorkloadService.Aggregates.Task, task_type: "quote", commands: WorkloadService.Commands.QuoteTask, submission_type: map() def validate_submission(_) do :ok end end