Page cover

Coordinator Demo

Resources

Demo Requirements

To run the below demos:

  1. Create a new web api project (.NET 6+)

  2. Download the Web Host Utilities and include it as part of your project.

  3. Copy, paste, and run!

Two-step demo:

In this demo, we have a coordinator set up to run two steps.

The first step calls an API to submit order data. If it is a success, it will move onto the next step and log the data.

Logs

After calling the above demo with curl: curl https://localhost:7216/queue?number=90

After turning off Wi-Fi access, and turning it back on:

Last updated