Expand and Collapse Actions in the Integration Canvas

You can expand and collapse actions that include other actions and invokes in the integration canvas. This includes logic actions such as a scope, for-each, while, and switch; stage file actions using the read file in segments operation; and parent integrations that invoke child integrations.

The following methods enable you to toggle back and forth between expanded and collapsed actions:
  • Double-click an action.
  • Click the expand (v) and collapse (>) icons on an action.
  • Click Actions Actions icon and select Expand or Collapse.
  1. Expand the action (for this example, a for-each action) through one of the methods described above.

    The for each action is shown.

    The action is expanded to show any invokes and actions inside. In this example, the for-each action includes a switch action, which is also automatically expanded.


    The for-each action is expanded to show a scope action that includes a switch action with a Route 1 branch and an Otherwise branch. The Route 1 branch includes a Throw New Fault action. The Otherwise branch includes a Logger action.

  2. Collapse the action through one of the methods described above.
    The action and all of its contents are collapsed.


    The for-each action is shown.