We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e6d80 commit 5e143b6Copy full SHA for 5e143b6
1 file changed
apps/sim/executor/utils/subflow-utils.ts
@@ -410,7 +410,7 @@ export async function emitSubflowSuccessEvents(
410
blockType: 'loop' | 'parallel',
411
output: { results: any[] },
412
contextExtensions: ContextExtensions | null
413
-): Promise<string> {
+): Promise<void> {
414
const now = new Date().toISOString()
415
const executionOrder = getNextExecutionOrder(ctx)
416
const block = ctx.workflow?.blocks.find((b) => b.id === blockId)
@@ -452,6 +452,4 @@ export async function emitSubflowSuccessEvents(
452
})
453
}
454
455
-
456
- return blockName
457
0 commit comments