|
@ -47,11 +47,15 @@ |
|
|
subgraph release |
|
|
subgraph release |
|
|
sa{{sample_a}} |
|
|
sa{{sample_a}} |
|
|
sb{{sample_b}} |
|
|
sb{{sample_b}} |
|
|
|
|
|
rc-1(rc-1) |
|
|
|
|
|
|
|
|
s1_fixed --> sa |
|
|
s1_fixed --> sa |
|
|
s2_fixed -- replenish --> sa |
|
|
s2_fixed -- replenish --> sa |
|
|
s2_fixed -. restore .-> sb |
|
|
s2_fixed -. restore .-> sb |
|
|
s3_fixed -- replenish --> sb |
|
|
s3_fixed -- replenish --> sb |
|
|
|
|
|
|
|
|
|
|
|
sa --> rc-1 |
|
|
|
|
|
sb -- fix --> rc-1 |
|
|
end |
|
|
end |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|