Skip to content

Latest commit

 

History

History
49 lines (22 loc) · 836 Bytes

File metadata and controls

49 lines (22 loc) · 836 Bytes

Pdf.Lifecycle

Properties

Name Type Description Notes
applicableJobStatusses [String] Job status needs to be in this list in order for the action to be performed! [optional]
action String [optional]
type String [optional]

Enum: [ApplicableJobStatussesEnum]

  • INIT (value: "INIT")

  • INPUTS_UPLOADED (value: "INPUTS_UPLOADED")

  • PROCESSING (value: "PROCESSING")

  • DONE (value: "DONE")

  • ERROR (value: "ERROR")

  • DELETED (value: "DELETED")

Enum: ActionEnum

  • DELETE (value: "DELETE")

  • NONE (value: "NONE")

Enum: TypeEnum

  • RETRIEVAL (value: "RETRIEVAL")