Amplitude · Arazzo Workflow
Amplitude Event Property Lifecycle
Version 1.0.0
Create an event property on an event type, read it back, update its metadata, and list all properties for the event.
View Spec
View on GitHub
A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
event-property-lifecycle
Create, read, update, and list an event property on an event type.
Drives one event property through creation, retrieval, an update, and a list of all properties on its event type so the complete property lifecycle is exercised.
1
createProperty
createEventProperty
Create a new typed event property for the supplied event type.
2
getProperty
getEventProperty
Retrieve the event property by name for its event type to confirm it was created.
3
updateProperty
updateEventProperty
Update the property's description and required flag while keeping it on the same event type.
4
listProperties
listEventProperties
List all event properties for the event type to confirm the updated property is present.