mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
fix(batch-add): on batch add persist subblock values (#2819)
* fix(batch-add): on batch add persist subblock values * consolidate merge subblock * consolidate more code
This commit is contained in:
committed by
GitHub
parent
468ec2ea81
commit
3f1dccd6aa
@@ -172,7 +172,7 @@ async function executeWebhookJobInternal(
|
||||
const workflowVariables = (wfRows[0]?.variables as Record<string, any>) || {}
|
||||
|
||||
// Merge subblock states (matching workflow-execution pattern)
|
||||
const mergedStates = mergeSubblockState(blocks, {})
|
||||
const mergedStates = mergeSubblockState(blocks)
|
||||
|
||||
// Create serialized workflow
|
||||
const serializer = new Serializer()
|
||||
|
||||
Reference in New Issue
Block a user