Amplitude · Arazzo Workflow
Amplitude Feature Flag Rollout
Version 1.0.0
Create a feature flag, read it back, enable it, and confirm it appears in the flag list.
View Spec
View on GitHub
A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
roll-out-flag
Create a feature flag, read it, enable it, and list all flags.
Drives a feature flag from creation through enablement, reading it back and confirming it is present in the project flag list so the full rollout is exercised end to end.
1
createFlag
createFlag
Create a new feature flag with the supplied key, variants, and bucketing configuration.
2
getFlag
getFlag
Retrieve the newly created flag by its ID to confirm its full configuration including variants and deployments.
3
enableFlag
updateFlag
Patch the flag to enable it. Only the enabled field is changed; all other configuration is left intact.
4
listFlags
listFlags
List all flags in the project to confirm the enabled flag is present.