Track the Integration Flow on the Instance Details Page

The Instance Details page provides a graphical view of the instance flow and access to the activity stream.

View the Instance Elements and Activity Stream on the Instance Details Page

  1. Click a specific business identifier of an integration instance in the Primary Identifier column.


    The fileName:I nvoke_2000.csv business identifier is being clicked.

    The integration flow of the instance and Activity Stream panel are displayed.


    The integration flow is shown on the left. Above this are four icons, an instance of field, and a tracing level field. On the right is the Activity Stream panel. Above this are two icons at the top and three icons on the right. A download button appears in the Activity Stream panel.

  2. Click Download Download icon at the top of the activity stream to download the activity stream logs for the entire instance.
  3. Click View Payload View icon to view the payload for that part of the integration flow.
  4. Perform tasks within the payload.
    Element Description
    Summary Click to view a summary of payload details.
    Details Click to view more specific payload details.
    Download Payload Download icon Click to download the payload to your desktop.
    Copy Payload Copy to clipboard icon Click to copy the payload for pasting into a document.
    Toggle Line Numbers Toggle line numbers icon Click to show or hide line numbers in the payload.
  5. Click Activity Stream Activity stream icon. to close the activity stream.

View the Results of Iterations of Logic Actions on the Instance Details Page

You can view the results of iterations of logic actions (such as a for-each, switch, while, and others) in the activity stream on the Instance Details page.

  1. Click a specific business identifier of an integration instance in the Primary Identifier column.


    The fileName: invoke_2000.csv business identifier is being clicked.

  2. Go to the logic action in the integration (for this example, a for-each action is shown).
  3. You can move to another iteration of the loop in either of two ways.
    1. Click > to access a view of the next iteration in the loop. For this example, there are five iterations in this for-each action.


      The Next icon is being clicked to access the next iteration of the for-each action. The for-each action is expanded to show a map action and integration action inside.

      or

    1. Hover over and click the iteration box of a logic action in the integration.


      The iteration box is shown being clicked.

    2. Enter a specific value and click OK (for example, 5). This method is useful when the logic action has iterated many times.

      The activity stream shows the specified iteration of the logic action.


      Iteration 2 of 5 of the for-each action is shown. The Activity Stream shows the message flow through the instance. The instance fails at the execution of the parallel for-each action. A red icon identifies it as failed.

Access Information Through Inline Menus on the Instance Details Page

The inline menus of the triggers, invokes, and actions in the integration flow provide access to additional information.

  1. Click a specific business identifier of an integration instance in the Primary Identifier column.


    The fileName: invoke_2000.csv business identifier is being clicked.

  2. Select from a set of options. The options that appear are based on the element you selected.
    Option Description
    For trigger or invoke connections, click Actions Actions icon, then View Connection.


    The actions menu is selected for the invoke action to show View Connection being selected.

    Displays configuration details for the connection:
    • Selected roles for the connection (trigger, invoke, or trigger and invoke)
    • Identifier value and date last updated
    • Integrations using the connection (click to view the list)
    • Connection and security properties defined on the Connections page
    • Status of agent group association
    • Configuration progress (the connection properties and security policy must be completely configured and tested to be listed as 100%)

    The Actions Actions icon menu in the upper right corner enables you to edit or delete the connection (if not currently used in an activated instance).

    For trigger, action, and invoke connections, click Actions Actions icon, then View.


    The actions menu is selected for the invoke action to show View being selected.

    Displays the following details:
    • For schedules, shows the configured scheduled parameters.
    • For triggers and invokes, the Adapter Endpoint Configuration Wizard is invoked to show the configuration settings.
    • For maps, the mapper is invoked to show the mappings.
    • For other actions, the specific configurations are shown.
    For logic actions (such as a scope, for-each, while, wait, and switch), click Actions Actions icon, then Expand.

    The actions menu is selected for the for-each action to show Expand being selected.

    Displays each action and invoke within the logic action.


    The for-each action is expanded to show a map action and integration action inside.

    For logic actions (such as a scope, for-each, while, wait, and switch), click Actions Actions icon, then Collapse.

    The actions menu is selected for the for-each action to show Collapse being selected.

    Displays the collapsed logic action.
    For parent integrations that call child integrations, click Actions Actions icon, then View Child Instances.

    The actions menu is selected for the integration action to show View Child Instance being selected.

    Displays the child integration called by the parent.

    See Invoke a Child Integration from a Parent Integration.