JobUpdateQueued

pydantic model safir.uws.JobUpdateQueued

Input model when marking a job as queued.

Parameters:

data (Any)

Fields:
field message_id: Annotated[str | None, Field(title='Queue message ID', description='Corresponding message within a job queuing system', examples=['4ce850a7-d877-4827-a3f6-f84534ec3fad'])] [Required]

Corresponding message within a job queuing system

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

New phase of job