I have a project that uses Scheduler. One of the scheduled tasks uses a custom workflow service that invokes a web service.
I struggled a lot to get it running because of dependency issues. While the general guideline is valid, I couldn’t untangle the dependencies or write the correct entries into the dependency JSON file.
In the end, I opened the source code, added the custom DLL as a reference to the OrigamScheduler project, compiled the Scheduler, and used the generated dependency JSON file.