artefactual-sdps / enduro

A tool to support ingest and automation in digital preservation workflows
https://enduro.readthedocs.io/
Apache License 2.0
4 stars 3 forks source link

Problem: The Bundle Activity is dependent on the Watcher Service #870

Closed djjuhasz closed 7 months ago

djjuhasz commented 7 months ago

Describe the problem

The Bundle Activity has a dependency on the Watcher Service, which is only ever used to determine the path of a transfer directory inside a watched filesystem directory.

Solutions considered

The full path of the transfer could easily be passed as string as a simpler and lighter alternative to injecting the Watcher Service.