JobUpdateAborted

pydantic model safir.uws.JobUpdateAborted

Input model when aborting a job.

Parameters:

data (Any)

Fields:
field phase: Annotated[Literal[ExecutionPhase.ABORTED], Field(title='New phase', description='New phase of job', examples=[ExecutionPhase.ABORTED])] [Required]

New phase of job