Example Applications
Start from a working application
Explore realistic application patterns, from high-level workflows to reviewable manifests and setup walkthroughs. Each example explains what was checked and what you will need to adapt for your own development instance.
Event Queue
Accept events through an authenticated REST API, handle repeated sequential requests without duplicate deliveries, and route it by a stored threshold — three tables and seven manifest steps.
Catalog Approval
Turn a service catalog request into an approved change: collect the details, ask the right manager, and update the record only after approval.
REST Import and Transform
Pull JSON rows from a REST endpoint, stage them, and transform them into application records with a coalescing field map.