Skip to content

Commit 988fe94

Browse files
Update scheduleWorkflow.ts
remove process.exit()
1 parent 4a02257 commit 988fe94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/get-started/scheduleWorkflow.ts

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ async function scheduleWorkflow() {
99
});
1010

1111
const result = await client.getWorkflowResult({ workflowId, runId });
12-
process.exit(0); // Exit the process successfully
1312

1413
};
1514

0 commit comments

Comments
 (0)