While testing with https://github.com/magjac/graphviz-visual-editor
I found a possible good shape for start end that is better then the diamond
There is also the possibility to use an HTML formatted label, which could be used to create a table such as
Name
Progress:
start:
stop:
We may want to showcase an example node with that.
label=<<table border="0" cellborder="1" cellspacing="0" cellpadding="4">
<tr> <td> <b>Name</b></td> </tr>
<tr> <td>
Progress: ...</br>
Start: ...</br>
Stop: ...</td> </tr>
</table>>
shape=plain
See also https://graphviz.org/Gallery/directed/git.html
While testing with https://github.com/magjac/graphviz-visual-editor
I found a possible good shape for start end that is better then the diamond
There is also the possibility to use an HTML formatted label, which could be used to create a table such as
Name
Progress:
start:
stop:
We may want to showcase an example node with that.
See also https://graphviz.org/Gallery/directed/git.html