Expose fields for import workers on processes
https://redmine.teklia.com/issues/6067
To help with the migration of import tasks to workers, the following fields need to be made available under the process
attribute in RetrieveWorkerRun
:
folder_type
element_type
element
prefix
More fields will be required for the S3 import, but we will be using a WorkerConfiguration to pass these along. Here, we only expose fields that we already have in the database.