Amplitude · Arazzo Workflow
Amplitude Chart Annotation Lifecycle
Version 1.0.0
Create a chart annotation, read it back, update its details, and confirm it in the annotation list.
View Spec
View on GitHub
A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
annotation-lifecycle
Create, read, update, and list a chart annotation.
Drives a single annotation through creation, retrieval, an update, and a final listing so the full create-get-update-list lifecycle is exercised end to end.
1
createAnnotation
createAnnotation
Create a new chart annotation with the supplied label, date, and optional category and chart association.
2
getAnnotation
getAnnotation
Retrieve the newly created annotation by its ID to confirm it was created with the expected fields.
3
updateAnnotation
updateAnnotation
Update the annotation's label and details. Only the supplied fields are changed; all other fields remain intact.
4
listAnnotations
listAnnotations
List all annotations in the project to confirm the updated annotation is present in the collection.