**Typical Configuration Workflow**:
1. Set `cf.cplace.transitionsWidget.workflow` to the internal name of the workflow attribute on the page type
2. Optionally filter visible transitions via `cf.cplace.transitionsWidget.transitions` (static list) or `cf.cplace.transitionsWidget.transitionsScript` (dynamic script)
3. Set `cf.cplace.transitionsWidget.inheritPageWritePermission` to `true` (recommended default) to gate transitions by page edit permission
4. Set `cf.cplace.transitionsWidget.compactUI` to `true` for space-efficient button layout
5. Set `cf.cplace.transitionsWidget.showFrame` to `true` for visual separation in the layout

**Recommended Layout Settings**:
- Position: Row 1, 4 columns (top-right)
- Show widget frame: Yes
- Compact UI: Yes

**Embedding**: Can be embedded inside `cf.cplace.platform.attributesGroup` or `cf.cplace.platform.connectedAttributesGroup` widgets. Only embeddable on pages/types with active workflows.

**Note**: If no `workflow` attribute is configured, the widget will not render any transitions. If the `workflow` attribute reference is invalid, the widget fails silently.
