Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 936 Bytes

step-13-optimizing-the-process-flow-layout-b6ed1f8.md

File metadata and controls

18 lines (9 loc) · 936 Bytes

Step 13: Optimizing the Process Flow Layout

In the last step, we will optimize the ProcessFlow layout.

When you have completed the previous steps, your Production Process page will look like this:

You may have seen that some ProcessFlow nodes are not placed in a perfect way. For example, there is too much space for the Marketing node and available space is not used. To optimize the position of the nodes, the ProcessFlow control provides the optimizeLayout API method. With this method, you can rearrange the nodes. Check it out and see the results:

Please keep in mind that this optimization has an influence on the app performance as rendering times will increase.

For more information, see the API Reference in the Demo Kit.