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-input
The user needs to fill in the form.requested
After the export is approved by the admin and while the data is being exported.retrieved
All the data transmitted to its destination. At this pont the jobs is waiting for the admin to approve itapproved
Admin approved this export and it is now visible to the patientrejected
Admin 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.jobCleanupMinutes
minutes:awaiting-input
- Does not expirerequested
- Expire afterconfig.jobMaxLifetimeMinutes
retrieved
- Expire afterconfig.jobMaxLifetimeMinutes
approved
- Expire afterconfig.completedJobLifetimeMinutes
rejected
- Expire immediately