the command_id of a run stop is actually a required field but we just set it to None - we should instead use a uuid like we do for the job id, though i dont think the run stop command_id actually needs to be passed through so it can just be a new uuid created at the time of setting the args for a run stop.
the
command_idof a run stop is actually a required field but we just set it to None - we should instead use a uuid like we do for the job id, though i dont think the run stop command_id actually needs to be passed through so it can just be a new uuid created at the time of setting the args for a run stop.