--- label: 'Managing content moderation workflows' top_level: true related: - core.content_structure --- {% set configuring_workflows = render_var(url('help.help_topic', {'id': 'content_moderation.configuring_workflows'})) %} {% set changing_states = render_var(url('help.help_topic', {'id': 'content_moderation.changing_states'})) %}

{% trans %}What is a content moderation workflow?{% endtrans %}

{% trans %}On some sites, new content and content revisions need to be moderated. That is, they need to pass through several states before becoming visible to site visitors. The collection of states and the definition of the transitions between states is known as a workflow. For example, new content might start out in a Draft state, and then might need to pass through several Review states before it becomes Published on the live site.{% endtrans %}

{% trans %}The core software allows you to define custom workflows in which each transition has an associated permission that can be granted to a particular role.{% endtrans %}

{% trans %}Users with sufficient permissions can move content through the various workflow transitions.{% endtrans %}

{% trans %}Overview of content moderation workflows{% endtrans %}

{% trans %}See the related topics listed below for specific tasks and background information.{% endtrans %}

{% trans %}Additional resources{% endtrans %}