Admin
Demo Site: Configured Workflows
This guide documents the workflows configured in the Demo Site through the Security/permissions system.
Workflow Overview
Workflows in the Demo Site are configured through role assignments and Security/permissions settings, not as separate workflow configurations.
Common Workflow Patterns
Content Creation Workflow
Pattern:
- Editor creates content → Publisher reviews and publishes
Configuration:
- Assign "Editor" role to content creators
- Assign "Publisher" role to content publishers
Blog Post Workflow
Pattern:
- Author creates post → Editor reviews → Publisher publishes
Configuration:
- Assign "Contributor" role to blog authors (can edit own posts)
- Assign "Editor" role to content editors
- Assign "Publisher" role to content publishers
Multi-Step Approval Workflow
Pattern:
- Editor creates content → Reviewer approves → Publisher publishes
Configuration:
- Assign "Editor" role to content creators
- Assign "Approver" role to reviewers
- Assign "Publisher" role to publishers
Role Assignments
Recommended Roles
Content Editors:
- Role: Editor
- Permissions: Create and edit content, manage components
Content Publishers:
- Role: Publisher
- Permissions: Editor permissions + publish content
Blog Authors:
- Role: Contributor
- Permissions: Create and edit own posts only
Designers/Developers:
- Role: Designer
- Permissions: Editor permissions + manage models and components
Administrators:
- Role: Admins
- Permissions: Full instance access
Item-Level Permissions
For granular workflow control, configure item-level permissions:
- Navigate to content list, component, or page model
- Click "Properties" or "Security"
- Configure permissions for specific roles or users
- Set approval requirements if needed
Workflow Best Practices
- Start Simple: Begin with simple workflows
- Use Built-in Roles: Use built-in roles when possible
- Document Workflows: Document workflow steps and roles
- Test Workflows: Test workflows before going live
- Regular Review: Review workflows regularly
Back to: Administration Overview