In this example we demonstrate a simple workflow that calls two distinct services via REST. The workflow aims to solve an equation that converts a given Fahrenheit temperature value into Celsius.
The figure below illustrates the architecture:
+-------------+ | | | Subtraction | -->| Service | +-------------+ ----/ | | | | -----/ +-------------+ | Temperature | ----/ | Conversion | --/ | Service |--\ | | ---\ +-------------+ ---\ +-----------------+ ---\ | | ---\ | Multiplication | ->| Service | | | +-----------------+
Please see each service README file to understand how to use and run them locally:
You can also find alternative OpenAPI endpoint configuration approaches for the Temperature Conversion workflow: