fix(hitl): default output must exist in block outputs

This commit is contained in:
Vikhyath Mondreti
2026-01-27 08:59:02 -08:00
parent 9cba8eee48
commit b69274eebf

View File

@@ -162,5 +162,9 @@ export const HumanInTheLoopBlock: BlockConfig<ResponseBlockOutput> = {
type: 'string',
description: 'Resume API endpoint URL for direct curl requests',
},
response: { type: 'json', description: 'Display data shown to the approver' },
submission: { type: 'json', description: 'Form submission data from the approver' },
resumeInput: { type: 'json', description: 'Raw input data submitted when resuming' },
submittedAt: { type: 'string', description: 'ISO timestamp when the workflow was resumed' },
},
}