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,
|
orderIndex: 3,
|
||||||
required: false,
|
required: false,
|
||||||
durationEstimate: 20,
|
durationEstimate: 20,
|
||||||
|
conditions: {
|
||||||
|
nextStepId: step5!.id, // Jump to Story Continues after completing
|
||||||
|
},
|
||||||
})
|
})
|
||||||
.returning();
|
.returning();
|
||||||
|
|
||||||
@@ -420,6 +423,9 @@ async function main() {
|
|||||||
orderIndex: 4,
|
orderIndex: 4,
|
||||||
required: false,
|
required: false,
|
||||||
durationEstimate: 20,
|
durationEstimate: 20,
|
||||||
|
conditions: {
|
||||||
|
nextStepId: step5!.id, // Jump to Story Continues after completing
|
||||||
|
},
|
||||||
})
|
})
|
||||||
.returning();
|
.returning();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user