Skip to content

Commit 9fbe514

Browse files
fix(hitl): resume workflow output async (#4065)
1 parent 139213e commit 9fbe514

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/sim/background/resume-execution.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ export async function executeResumeJob(payload: ResumeExecutionPayload) {
5454
executionId: resumeExecutionId,
5555
parentExecutionId,
5656
status: result.status,
57+
output: result.output,
58+
executedAt: new Date().toISOString(),
5759
}
5860
} catch (error) {
5961
logger.error('Background resume execution failed', {

0 commit comments

Comments
 (0)