About This Recipe
This recipe demonstrates how you can use one integration flow to invoke another local integration flow. The recipe contains two integration flows: Oracle Hello World Map Data Local Invoke and Oracle REST Hello World Sample.
To use the recipe, you must install the recipe and configure the connections within it. Subsequently, you can activate the first integration flow Oracle Hello World Map Data Local Invoke, and send a GET request (containing a name and email address) to the integration flow’s endpoint URL from an external application. When triggered, the first integration flow invokes the second integration flow Oracle REST Hello World Sample, and passes the payload details to it. In turn, the second integration flow sends a sample message to the email address specified in the request parameter. A response is returned to the external application.