CDK Global · Arazzo Workflow
CDK Global Parts Availability Check
Version 1.0.0
Health-check the parts store, then look up a product only when it is up.
View Spec
View on GitHub
AutomotiveDealer ManagementDMSAuto RetailF&IFixed OperationsPartsCRMDigital RetailMarketplaceDeveloper PlatformEventsWebhooksAsyncAPIArazzoWorkflows
Provider
Workflows
parts-availability-check
Confirm the parts store is healthy before reading a product.
Calls the heartbeat endpoint, branches on the reported status code, and reads the requested product's detail only when the server is up.
1
pingStore
healthMonitor
Ping the parts store heartbeat and branch on whether it reports the server is up.
2
readProduct
productInformation
Read the requested product's detail now that the store is confirmed healthy.