Skip to content

Commit 781fa7d

Browse files
committed
onComplete only requires a string workflowId
1 parent a1ba376 commit 781fa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export type OnCompleteArgs = {
8282
/**
8383
* The ID of the work that completed.
8484
*/
85-
workflowId: WorkflowId;
85+
workflowId: string;
8686
/**
8787
* The context object passed when enqueuing the work.
8888
* Useful for passing data from the enqueue site to the onComplete site.

0 commit comments

Comments
 (0)