Skip to content

Commit e0147eb

Browse files
committed
address bugbot comments
1 parent 1330254 commit e0147eb

File tree

1 file changed

+1
-0
lines changed
  • apps/sim/app/api/resume/[workflowId]/[executionId]/[contextId]

1 file changed

+1
-0
lines changed

apps/sim/app/api/resume/[workflowId]/[executionId]/[contextId]/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export async function POST(
148148

149149
return NextResponse.json({
150150
success: result.success,
151+
status: result.status ?? (result.success ? 'completed' : 'failed'),
151152
executionId: enqueueResult.resumeExecutionId,
152153
output: result.output,
153154
error: result.error,

0 commit comments

Comments
 (0)