Use WorkerConfiguration in WorkerActivity
Depends #872 (closed)
Once the migration is over, the WorkerActivity
needs to take into account the configuration (to allow running the same worker on the same element with different configs).
- add a nullable
configuration
FK onWorkerActivity
- update the existing unique together to include that FK
- when creating new
WorkerActivity
, use the configuration when any are set on the worker version
Edited by Erwan Rouchet