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.