--- label: 'Moving content between workflow states' related: - workflows.overview - content_moderation.configuring_workflows - core.content_structure --- {% set workflow_topic = render_var(url('help.help_topic', {'id': 'workflows.overview'})) %} {% set entity_topic = render_var(url('help.help_topic', {'id': 'core.content_structure'})) %} {% set content_moderation_permissions = render_var(url('user.admin_permissions', {}, {'fragment': 'module-content_moderation'})) %} {% set content = render_var(url('system.admin_content')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Change the workflow state of a particular entity. See Managing content moderation workflows for an overview of workflows, and Managing content structure for an overview of content entities.{% endtrans %}

{% trans %}Who can change workflow states?{% endtrans %}

{% trans %}Users with the content moderation permissions can change workflow states. There are separate permissions for each transition.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}Find the entity that you want to moderate in either the content moderation view page, if you created one, or the appropriate administrative page for managing that type of entity (such as the Content administration page for content items).{% endtrans %}
  2. {% trans %}Click Edit to edit the entity.{% endtrans %}
  3. {% trans %}At the bottom of the page, select the new workflow state under Change to: and click Save.{% endtrans %}