mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-16 09:26:18 -05:00
improvement(hitl): add webhook notification and resume, add webhook block (#2673)
* Add api blcok as tool * Add webhook block * Hitl v1 * Cleanup * Fix * Update names for fields in hitl * Fix hitl tag dropdown * Update hitl dashboard * Lint
This commit is contained in:
committed by
GitHub
parent
155f544ce8
commit
8215a819e5
@@ -526,7 +526,7 @@ export class BlockExecutor {
|
||||
const placeholderState: BlockState = {
|
||||
output: {
|
||||
url: resumeLinks.uiUrl,
|
||||
// apiUrl: resumeLinks.apiUrl, // Hidden from output
|
||||
resumeEndpoint: resumeLinks.apiUrl,
|
||||
},
|
||||
executed: false,
|
||||
executionTime: existingState?.executionTime ?? 0,
|
||||
|
||||
Reference in New Issue
Block a user