Skip to content

Breaking Changes

CS Goh edited this page Jan 1, 2024 · 1 revision

Version 0.6

  1. 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.

Prior to v0.6

To add a label to the connection between start and login element:

start-"Enter Credentials"->login

v0.6 Syntax

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.