Process Flow for the Rest-Recipe Example

This process is initiated by a "REST" event. There are optional input parameters ("Data" and "CorrelationId") that you can define in the "REST-RECIPE.bwp" HTTP-Rest Get request before initiating the process. Once the process is initiated, the following events take place:
  • Activity "SetupConnection" calls "setTCPGlobals" java method in "RecipeService"to set connection information
  • Activity "InterfaceWithSubstationES" calls "Converse" java method in "RecipeService" which sends the message to Substation ES TCP interface and waits for response.
  • The response message data is returned for an HTTP-Rest response.