Skip to content

Commit

Permalink
fix schedule workflow on quickstart (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
justrdk authored Jan 9, 2025
1 parent 5008936 commit 250ce51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions quickstart/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion quickstart/scheduleWorkflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ async function scheduleWorkflow(input: InputSchedule) {
try {
const workflowId = `${Date.now()}-GreetingWorkflow`;
const runId = await client.scheduleWorkflow({
workflowName: "GreetingWorkflow",
workflowName: "greetingWorkflow",
workflowId,
input,
});
Expand Down

0 comments on commit 250ce51

Please sign in to comment.