Meta · Arazzo Workflow
Meta Verify And Update User
Version 1.0.0
Read a user, branch on whether it exists, and apply an update when found.
View Spec
View on GitHub
AdvertisingAnalyticsArtificial IntelligenceMessagingSocialSocial MediaVirtual RealityArazzoWorkflows
Provider
Workflows
verify-and-update-user
Confirm a user exists before updating, then verify the update.
Reads the user node, and on a successful read applies the update and re-reads to confirm; a not-found read ends the flow.
1
verifyUser
getUser
Read the User node to confirm it exists before attempting a write. A 200 proceeds to the update; a 404 ends the flow.
2
applyUpdate
updateUser
Apply the supplied update to the confirmed User node.
3
confirmUpdate
getUser
Re-read the User node to confirm the updated values persisted.