Actions
Feature #8697
openCheck for finished download/processing jobs
Status:
In Progress
Priority:
Normal
Assigned To:
Category:
Publishing
Target version:
Story points:
1.0
Description
Implement as a long-running process that polls and then waits {configurable} seconds
When a download job succeeds, create a UserFile record for each file in the output collection that- has location == output of download job
- belongs to the appropriate participant
- appears on the participant's public profile page
- appears on the participant's "data files" list
- update report_content_locator = job output
- send email to user
- add entry to user log
- send email to site admins
Implementation¶
New UserFile attributest.integer "study_id"
Actions