Commit 15acf6d
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 945fc3c commit 15acf6d
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2586 | 2586 | | |
2587 | 2587 | | |
2588 | 2588 | | |
2589 | | - | |
2590 | | - | |
| 2589 | + | |
| 2590 | + | |
| 2591 | + | |
| 2592 | + | |
| 2593 | + | |
| 2594 | + | |
| 2595 | + | |
| 2596 | + | |
| 2597 | + | |
2591 | 2598 | | |
2592 | 2599 | | |
2593 | 2600 | | |
| |||
0 commit comments