In OIC, we spend most of our time building the integration. Currently, when you view/edit the integration in editor, it shows the integration in vertical layout. Now, you can view/edit the integration in several ways:
Canvas view
Vertical: Displays the integration vertically.
Horizontal: Displays the integration horizontally.
Pseudo view: Displays the integration vertically with child nodes indented. Details about each node in the integration are displayed to the right.
In addition to the above, you can also view the integration outline style.You will need to enable "oic.ics.console.integration.layout" feature flag to enjoy this feature.
Note: As of October,2019 release of OIC, this feature is publicly available. You don't need to enable the feature flag.
The above diagram shows how to select different views and how the integration looks like in vertical view layout.
Canvas view allows you to select the layout. There are two options for the layout:
This is the default view mode of the integration. In this mode, the integration is shown vertically.
While in Canvas view, you can switch the layout to Horizontal and the integration will be shown horizontally.
In this view the integration is shown vertically with indented child nodes. For each node, it shows the details of it. This helps you to easily understand the integration without need to drill down to each node to see the details! You can use the inline menu to add new nodes/actions. In this view mode, you won't be able to change the orientation of the nodes but you can do the reposition of the nodes , i.e moving Assign inside the Switch node etc.
Hope you find this feature helpful. Enjoy the different integration views!