get-convex / get-convex/workflow

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

Open
#34 9 comments 3 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.