Good morning,
I have a project that has multiple steps to it.
Step 1 (do something) ----- send request ---> Step 2 ----- send request ----> Step 3 ---- send request ----> Step N ------> Return results to ----> Step 1 for validation
Basically, I need to test the circuit from / back to Step 1
I was thinking of setting up several slaves for (step 2 - N), using Step 1 as the master. Unfortunately we cannot use Docker.
Is this the correct way of thinking of this? Any thoughts would be much appreciated.