issues Search Results · repo:get-convex/workflow language:TypeScript
Filter by
44 results
(93 ms)44 results
inget-convex/workflow (press backspace or delete to remove)Inngest has a concept of throwing a RetryAfterError, which is most helpful when working with external services where we
hit a rate limit and I just need to retry after a specific amount of time (once the ...
eluce2
- 3
- Opened 28 days ago
- #109
!-- Thanks for checking out Convex.
For help using Convex, check out our Community Discord.
I tried installing the Convex Workflow Package
My convex config file:
import { defineApp } from convex/server ...
abdul-mustapha
- 3
- Opened on Sep 2
- #100
Hello convex team, are there any plans to add ui to manage workflows/steps in a dashboard?
I want to be able to see, filter workflows by name, id, time, etc. schedule run, rerun, cancel and so on.
NurbekGithub
- 2
- Opened on Aug 5
- #76
[Was told to make a GitHub issue from my Discord post]
I am noticing quite a bit of delay between a Convex Workflow status being marked as completed and then the last mutation
inside of the workflow being ...
JacobADevore
- 9
- Opened on Aug 1
- #74
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more. br View
this repository on the Mend.io Web Portal.
[!NOTE] These dependencies have not received ...
renovate[bot]
- Opened on Jul 10
- #48
We re too aggressively checking generation numbers when canceling workflows. It currently throws when a step finishes
(or was canceled) after a workflow is canceled. It should gracefully bail if the workflow ...
ianmacartney
- Opened on Jul 9
- #43
const workflowId: WorkflowId = await workflow.start(
ctx,
internal.example.myExample,
{
onComplete: internal.example.handleOnComplete,
},
);
export const handleOnComplete = internalMutation({ ...
adamk-au
- 1
- Opened on Jul 3
- #41
At the moment workflowManager.status() only returns running (steps) for type: inProgress .
Something like this is what I am after to be able to easily inspect the workflow step args and results.
// The ...
adamk-au
- 7
- Opened on Jul 3
- #40
Can we query the workflows table from Workflow component to see active tasks? It d be useful to be able to query
per-user or by other aggregations.
MH15
- 3
- Opened on Jun 5
- #39
Hi!
I m curious about the retry mechanisms.
For example, let’s say I have 3 actions in a workflow:
- The first action creates a threadId for an agent
- The second action uses that threadId to call ...
ezyyeah
- 5
- Opened on May 28
- #38

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.