Split/fork not working with partition in activity diagram (new)

0 votes
asked Jan 10, 2022 in Bug by Serge Wenger Work (15,620 points)

Split and fork are not working with partition in activity diagram new (click on image to show the code):

1 Answer

0 votes
answered Jan 10, 2022 by The-Lu (64,340 points)
selected Jan 10, 2022 by Serge Wenger Work
 
Best answer

Hello S.,

Could you add endsplit, as:

@startuml
start
partition part1{
  split
  :Dummy1;
  split again
  : dummy2;
  endsplit
}
@enduml

Regards,
Th.

commented Jan 10, 2022 by Serge Wenger Work (15,620 points)
Thanks.

The error message is not very good, but I do the mistake
...