Skip to content

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

@ngrahovac-codaxy

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());

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions