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.
2 parents 429a824 + 281bde5 commit 2664707Copy full SHA for 2664707
README.md
@@ -191,7 +191,7 @@ export const handleOnComplete = mutation({
191
workflowId: vWorkflowId,
192
result: vResultValidator,
193
context: v.any(), // used to pass through data from the start site.
194
- }
+ },
195
handler: async (ctx, args) => {
196
const name = (args.context as { name: string }).name;
197
if (args.result.kind === "success") {
0 commit comments