Skip to content

Allow providing a workpool component to use in place of the internal one #34

@ianmacartney

Description

@ianmacartney

Allow

const workpool = new Workpool(...existing workpool);

const workflow = new WorkflowManager(components.workflow, {
  workpool
});

Pass the fn handles of the pool component into the flow component, since we can't pass component handles currently

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