conductor-sdk / conductor-csharp

The conductor-csharp repository provides the client SDKs to build task workers in C#
Apache License 2.0
41 stars 16 forks source link

Self discovery of annoted workers finds and runs workers from Examples folder #121

Open petersladek opened 3 months ago

petersladek commented 3 months ago

If I use WorkflowTaskHost.CreateWorkerHost() in my own worker project the self discovery of annoted workers (those using attribute [WorkerTask]) finds and runs workers from Examples folder placed directly in sdk project. It would be best to move the whole Examples folder to existing csharp-examples project, it doesn't make sense to be placed in core sdk library. Thank you.

SitamMatt commented 1 month ago

I also encountered this problem. My job worker broke after updating to 1.0.15.