get-convex / get-convex/workflow
Allow providing a workpool component to use in place of the internal one
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 81
- Forks
- 17
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 4
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.