diff --git a/packages/scout/src/index.ts b/packages/scout/src/index.ts index 17f0a39..2f47e0f 100644 --- a/packages/scout/src/index.ts +++ b/packages/scout/src/index.ts @@ -67,7 +67,8 @@ const client = new Client({ connection, namespace: 'futureporn' }); const wfId = `process-email-${createId()}` const handle = await client.workflow.start(WorkflowA, { workflowId: wfId, - taskQueue: 'futureporn' + taskQueue: 'futureporn', + args: [ 'CJ_Clippy' ] }); const result = await handle.result() console.log(result)