Add nextStepId conditions to Branch A and B to jump to Story Continues

This commit is contained in:
2026-03-21 20:44:47 -04:00
parent 3fafd61553
commit 73f70f6550

View File

@@ -406,6 +406,9 @@ async function main() {
orderIndex: 3,
required: false,
durationEstimate: 20,
conditions: {
nextStepId: step5!.id, // Jump to Story Continues after completing
},
})
.returning();
@@ -420,6 +423,9 @@ async function main() {
orderIndex: 4,
required: false,
durationEstimate: 20,
conditions: {
nextStepId: step5!.id, // Jump to Story Continues after completing
},
})
.returning();