Can be:
awaiting-input The user needs to fill in the form.
awaiting-input
requested After the export is approved by the admin and while the data is being exported.
requested
retrieved All the data transmitted to its destination. At this pont the jobs is waiting for the admin to approve it
retrieved
approved Admin approved this export and it is now visible to the patient
approved
rejected Admin rejected this export and it is scheduled to be deleted
rejected
Note that jobs have certain lifetime. Once they expire they will be deleted within the next config.jobCleanupMinutes minutes:
config.jobCleanupMinutes
config.jobMaxLifetimeMinutes
config.completedJobLifetimeMinutes
Generated using TypeDoc
Can be:
awaiting-inputThe user needs to fill in the form.requestedAfter the export is approved by the admin and while the data is being exported.retrievedAll the data transmitted to its destination. At this pont the jobs is waiting for the admin to approve itapprovedAdmin approved this export and it is now visible to the patientrejectedAdmin rejected this export and it is scheduled to be deletedNote that jobs have certain lifetime. Once they expire they will be deleted within the next
config.jobCleanupMinutesminutes:awaiting-input- Does not expirerequested- Expire afterconfig.jobMaxLifetimeMinutesretrieved- Expire afterconfig.jobMaxLifetimeMinutesapproved- Expire afterconfig.completedJobLifetimeMinutesrejected- Expire immediately