codaxy / codaxy/conductor-sharp
Add support for automatic registration of workers and sub-workflows when registering a workflow
Open
enhancement
- Dominant language
- C#
- Stars
- 7
- Forks
- 6
- Avg merge
- 4h 11m
- Merged PRs (30d)
- 8
Description
Instead of having to register workflows and all their tasks manually (error-prone for large workflows), it could be useful to add support for automatic worker and sub-workflow registration. The user would then register only the workflows they need, and all of its workers and sub-workflows would be discovered via reflection and registered behind the scenes.
This feature can be optional, so something like this:
`builder.RegisterWorkflow(opts => opts.RegisterTasksAutomatically());`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.