We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f6d52 commit df6cf9fCopy full SHA for df6cf9f
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