You are here: Creating an Orchestration Service

Creating an Orchestration Service

The following types of Orchestration Services are supported by Kony Fabric:

For this example, we want to return the current weather and the forecast in one service call. Therefore, we want to create a concurrent composite Orchestration Service using our GetCityWeatherByZip and our GetCityForecastByZip. This allows our app to call one Orchestration Service using the ZIP Code and getting back all the data we need.

To execute an Orchestration Service, follow these steps:

  1. On the Orchestration tab, click CONFIGURE NEW.
  2. Enter a name for the service as GetCityWeatherAndForecastByZip and click SAVE.
  3. Click Operation List tab, and click ADD OPERATION. t
  4. Enter the GetCityWeatherByZip and the GetCityForecastByZip operations.

  5. From the Operation Type drop-down list, click Composite.
  6. In the pane that lists integration services and orchestration services, select an integration service or orchestration service, and expand the service. Then drag an operation to the panel under Service Execution Mode.
  7. Service Execution Mode drop-down list, click Concurrent.
  8. Click SAVE OPERATION.
Copyright © 2014 Kony, Inc. All rights reserved.