JobUpdateExecuting#

pydantic model safir.uws.JobUpdateExecuting#

Input model when marking a job as executing.

Parameters:

data (Any)

Fields:
field phase: EXECUTING: 'EXECUTING'>])] [Required]#

New phase of job

field start_time: Annotated[UtcDatetime, FieldInfo(annotation=NoneType, required=True, title='Start time', description='When the job started executing', examples=['2024-11-01T12:15:45+00:00'])] [Required]#

When the job started executing