We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ba376 commit 781fa7dCopy full SHA for 781fa7d
src/types.ts
@@ -82,7 +82,7 @@ export type OnCompleteArgs = {
82
/**
83
* The ID of the work that completed.
84
*/
85
- workflowId: WorkflowId;
+ workflowId: string;
86
87
* The context object passed when enqueuing the work.
88
* Useful for passing data from the enqueue site to the onComplete site.
0 commit comments