Skip to content

Add support for automatic registration of workers and sub-workflows when registering a workflow #176

Description

@ngrahovac-codaxy

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<MyWorkflow>(opts => opts.RegisterTasksAutomatically());

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions