Allow ```ts 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