We are updating our documentation library to be ready for Sector 10! Find out more in our Sector 10 roadmap or head straight to our collection of Sector 10 - Changes and Updates.
The Sector Workflow configuration—part of the Starter Kit in Sector 10—is built on the Drupal core Workflow and Content Moderation modules. The Sector workflow assumes a simple publication strategy: a content editor creates and edits a draft until it is ready to be submitted for review. A content moderator then reviews the draft and either requests changes or publishes the draft.
Need to get up to speed with workflows?
Start by reading our Introduction to Sector 10 Workflows, along with our documentation on Preconfigured user roles, user profiles and permissions.
Features and functionality
Sector workflow includes
- Sector workflow configuration including states and transitions
- Sector user roles and permissions to support the workflow
Set-up per content type
Content type | Workflow setting OOTB |
---|---|
Page | Pages are under Sector Workflow out of the box (OOTB). |
News | News are not under Sector Workflow OOTB, but can be put under Workflow via the Workflow configuration. |
Resources | Optional modules within the Starter Kit or Content types delivered via Sector add-ons are not under Sector Workflow OOTB, but can be put under Workflow via the Workflow configuration. |
Sector Long-form | See above. |
Related entities and configuration
Sector workflow, states and transitions
<your-domain>/admin/config/workflow/workflows/
State |
---|
Draft |
Ready for review |
Published |
Unpublished |
Transitions
Transition | From | To | User roles / permissions |
---|---|---|---|
Create new draft | Draft, Published | Draft | Content editor |
Submit for review | Draft | Ready for review | Content editor |
Feedback | Ready for review | Draft | Content editor, content moderator |
Publish | Draft, Published | Published | Content moderator |
Unpublish | Publish | Unpublished | Content moderator |
Sector user roles and permissions
<your-domain>/admin/people/roles
<your-domain>/admin/people/permissions
See also Sector user roles and permissions.