Skip to main content Skip to complementary content

Viewing code and executing the Route

Procedure

  1. Click the Code tab at the bottom of the design workspace to have a look at the generated code.
    As shown above, a message route is built from the URLlist to the retrievedFiles via the .split, .log, .enrich, and .setHeader. The other message route is built from fetchURL to http4Endpoint via two .setHeader.
  2. Press F6 to execute the Route.
    RESULT: The split message is printed on the Run console.
    The messages from the list of URLs are saved in defined directory of the local file system.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!