Commit b58a196
authored
Check for an existing CHASM component before writing Workflow as component root (#8595)
# What changed?
- Only add the Workflow root CHASM component if no root component
already exists.
- I think the overall feature should probably also be behind a feature
flag.
## Why?
- CHASM Scheduler functional tests are broken without this fix
(scheduler mutable states 'become' chasmworkflows)1 parent cacf0ec commit b58a196
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2597 | 2597 | | |
2598 | 2598 | | |
2599 | 2599 | | |
2600 | | - | |
2601 | | - | |
| 2600 | + | |
| 2601 | + | |
| 2602 | + | |
| 2603 | + | |
| 2604 | + | |
| 2605 | + | |
| 2606 | + | |
| 2607 | + | |
| 2608 | + | |
2602 | 2609 | | |
2603 | 2610 | | |
2604 | 2611 | | |
| |||
0 commit comments