We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f21fe commit 06e0b25Copy full SHA for 06e0b25
examples/nodejs/workflows/workflows.ts
@@ -82,7 +82,7 @@ async function main() {
82
console.error('❌ Workflow error:', error);
83
} finally {
84
// End the workflow to send trace
85
- workflow.end();
+ await workflow.end();
86
}
87
88
0 commit comments