Build WorkerActivity instances in an async task
Depends on #697 (closed)
- add an initialisation state to DataImport:
- using an Enum: created|available|error
- default to created
- create a new task that build up all the initial
WorkerActivityfor a given process - at the end of the task set the state to
availableorerror - when worker activity is not needed, set the init state to
available
Edited by Bastien Abadie