A structured form surface for collecting governed workflow inputs with predictable controls.
Show form grouping, field hierarchy, status context, and action placement.
This example is a contained UIF Micro App: route-scoped assets, browser-side state, visible controls, and a bounded root that can run inside the larger public shell.
Use this pattern for intake, review, approval, and configuration workflows where inputs must stay legible and auditable.
Group related fields, keep status visible, use clear labels, reserve the primary action for the next workflow transition, and keep secondary actions nearby.
<form class="uif-workflow-form">
<label>Control Area <select>...</select></label>
<label>Owner <input></label>
<textarea>Reviewer notes</textarea>
<button type="submit">Submit Review</button>
</form>