We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a02257 commit 988fe94Copy full SHA for 988fe94
examples/get-started/scheduleWorkflow.ts
@@ -9,7 +9,6 @@ async function scheduleWorkflow() {
9
});
10
11
const result = await client.getWorkflowResult({ workflowId, runId });
12
- process.exit(0); // Exit the process successfully
13
14
};
15
0 commit comments