Amazon Fault Injection Simulator · Arazzo Workflow
AWS FIS Find and Stop Running Experiment
Version 1.0.0
List experiments for a template, and if the first one is still active, stop it and confirm the stop.
Provider
Workflows
find-and-stop-running-experiment
List experiments for a template and stop the first one if it is still active.
Lists experiments filtered by template id, and branches on the first experiment's state, stopping it and confirming the stop when it is still active, otherwise ending.
1
listExperiments
listExperiments
List experiments, optionally filtered to those started from the supplied template id.
2
stopExperiment
stopExperiment
Stop the active experiment. The stopExperiment operation is the DELETE on /experiments/{id} and transitions the experiment into the stopping state.
3
confirmStop
getExperiment
Read the experiment back to confirm it has entered the stopping or stopped state.