mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-03-23 19:27:51 -04:00
Add nextStepId conditions to Branch A and B to jump to Story Continues
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user