Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 954 Bytes

File metadata and controls

18 lines (9 loc) · 954 Bytes

Step 13: Optimizing the Process Flow Layout

In the last step, you 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 additional 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.

Note that this optimization has an influence on the app performance as rendering times increase.

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