-
Notifications
You must be signed in to change notification settings - Fork 13
Breaking Changes
CS Goh edited this page Jan 1, 2024
·
1 revision
- If you are using
PiperFlow
to generate diagrams, please be aware that the syntax to specify the connection label has changed. The change is to enable you to specify the connection points.
To add a label to the connection between start
and login
element:
start-"Enter Credentials"->login
To add a label to the connection between start
and login
element:
start->login: Enter Credentials
With this syntax change, you can now specify the connection points:
start-(bottom, left)->login: Enter Credentials
See the HOW-TO page for more information.