[Activity] Layout issue or java error, on end merge, with more than 2 fork

0 votes
asked May 3, 2021 in Wanted features by The-Lu (64,340 points)

Hello PlantUML team,

Here are some tests about  Activity's 'fork/end merge' :

As:

The code of the beta is really quick and dirty.
It works only with 2 branches (for the moment).

Is it plan to manage more than 2 fork?

OK, with 2 actions:

KO, layout error, see arrow on the right, with more than 2 fork:

KO, Java exception, with 'end', 'kill' or 'detach', on a fork:

@startuml
fork
  :action 1;
fork again
  :action 2;
  end
end merge
@enduml

Regards,
Th.

1 Answer

0 votes
answered May 26, 2021 by The-Lu (64,340 points)
 
Best answer

Hello all,

This is corrected on V1.2021.7 (23 May, 2021).

Thanks PlantUML for your works,
Regards,
Th.

...