--- label: 'Moving content between workflow states' related: - workflows.overview - content_moderation.configuring_workflows - core.content_structure --- {% set workflows_overview_topic = render_var(help_topic_link('workflows.overview')) %} {% set content_structure_topic = render_var(help_topic_link('core.content_structure')) %} {% set content_moderation_permissions = render_var(url('user.admin_permissions.module', {'modules': 'content_moderation'})) %} {% set content = render_var(url('system.admin_content')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Change the workflow state of a particular entity. See {{ workflows_overview_topic }} for an overview of workflows, and {{ content_structure_topic }} 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 %}