defmodule WorkloadService.Aggregates.SolicitationTask do use WorkloadService.Aggregates.Task, task_type: "solicitation", commands: WorkloadService.Commands.SolicitationTask def validate_submission(_) do :ok end end