-
Notifications
You must be signed in to change notification settings - Fork 14
Breaking Changes
CS Goh edited this page Jan 1, 2024
·
1 revision
- If you are using
PiperFlowto 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"->loginTo add a label to the connection between start and login element:
start->login: Enter CredentialsWith this syntax change, you can now specify the connection points:
start-(bottom, left)->login: Enter CredentialsSee the HOW-TO page for more information.