prooph / link

Automated Workflow Processing
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Lazy load connectors #26

Open codeliner opened 9 years ago

codeliner commented 9 years ago

Instead of injecting the connector riot tags directly in the process manager riot tag collection, each connector should provide the link to its process manager module. The module can then be lazy loaded and added to the process manager.

codeliner commented 9 years ago

Sub task of #25