Amplitude · Arazzo Workflow
Amplitude Experiment Lifecycle
Version 1.0.0
Create an A/B experiment, read it back, start it by enabling, and confirm it in the experiment list.
View Spec
View on GitHub
A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
run-experiment-lifecycle
Create an experiment, read it, enable it, and list all experiments.
Drives an experiment from creation through enablement, reading it back and confirming it appears in the project experiment list so the full lifecycle is exercised.
1
createExperiment
createExperiment
Create a new A/B test experiment with the supplied key, variants, and bucketing configuration.
2
getExperiment
getExperiment
Retrieve the newly created experiment by its ID to confirm its full configuration.
3
enableExperiment
updateExperiment
Patch the experiment to enable it. Only the enabled field is changed; all other configuration is preserved.
4
listExperiments
listExperiments
List all experiments in the project to confirm the enabled experiment is present.