The default workflow selection is "Inherit from parent" so you can
assign a workflow to a parent page and each child page will use that workflow without any further configuration.
![Apply workflow](_images/advancedworkflow-apply-workflow.png)
@@ -114,12 +117,12 @@ assign a workflow to a parent page and each child page will use that workflow wi
## Testing and using your new workflow
1. Logout of the CMS and log back in again as your 'Content Author' user.
- 2. Navigate to the page you created in the previous step, enter some text into the "Content" area, select the "Apply
+ 2. Navigate to the page you created in the previous step, enter some text into the "Content" area, select the "Apply
for approval" button, now depending on users and groups assigned to your transitions and
-content-permissions.
- 3. Following this documentation's example, the page should now no longer be editable after refreshing. It will remain
+content-permissions.
+ 3. Following this documentation's example, the page should now no longer be editable after refreshing. It will remain
so until it has progressed through the workflow instance to the final Content Publisher's "Publish item" action.
-
+
![](_images/advancedworkflow-readonly.png)
Notice that if you select the "Workflows" left-hand navigation menu item once again, you should see a list of your "Submitted items".
@@ -135,17 +138,17 @@ attention.
Click anywhere on the table row and in the "Next Action" drop-down menu, make your choice as Editor, then select "Save". You can also see a log of the actions.
-
You are also able to select the blue content-title text to view the page
-itself within the CMS and manually review the changes before committing to accepting or rejecting them. If you now go
+
You are also able to select the blue content-title text to view the page
+itself within the CMS and manually review the changes before committing to accepting or rejecting them. If you now go
back to the _Workflow_ left-hand navigation menu item, you'll notice that the items that were in the "Your Pending Items" list, are no longer
there. This is because the action is now with the users of the "Content Publishers" group.
-Logout of the CMS, and login as your "Content Publisher" user. Select the "Workflows" left-hand navigation menu item,
+Logout of the CMS, and login as your "Content Publisher" user. Select the "Workflows" left-hand navigation menu item,
and notice that there is a similar list to before, entitled "Your pending items", again with the "Workflow Test" page being the only item. Click on this item and make your selection as manager, and then select
the "Save" button.
-If you were to go and check the edit screen for this page, you'll notice now, having gone through the full workflow,
-that the action button at the bottom shows "Apply for approval" once again. Logging back-in as a 'Content Author', this
+If you were to go and check the edit screen for this page, you'll notice now, having gone through the full workflow,
+that the action button at the bottom shows "Apply for approval" once again. Logging back-in as a 'Content Author', this
user is now able to make further changes.
## Adding workflow actions (optional)
diff --git a/docs/en/userguide/using-workflows.md b/docs/en/userguide/using-workflows.md
index 6c1ab280..a00eafb9 100644
--- a/docs/en/userguide/using-workflows.md
+++ b/docs/en/userguide/using-workflows.md
@@ -1,23 +1,26 @@
+---
+title: Using workflows
+---
# Using workflows
## Requesting publication (authors)
-Depending on the specific permissions content authors have, authors may only have the ability to create or edit content
+Depending on the specific permissions content authors have, authors may only have the ability to create or edit content
and to request publication, but not to actually publish content - making it publicly viewable - themselves.
- * **Content Author - Non-admin**: To request publication, press the "Apply for Approval" button (or equivalent,
+ * **Content Author - Non-admin**: To request publication, press the "Apply for Approval" button (or equivalent,
depending on how your workflow has been setup) in the same bottom menu of the Editing Pane.
* **Content Publisher - Admin**: You will be asked to add a comment about your edits. This comment will become a part of the audit trail for your content, and we recommend adding this information.
However, it is not enforced, and you can safely proceed while leaving this field blank.
-Depending on how your workflow is setup, users and/or groups configured with "approval" permissions will be alerted via
-email. They are able to login to the CMS and see your page as a pending approval request when they view the Workflow
+Depending on how your workflow is setup, users and/or groups configured with "approval" permissions will be alerted via
+email. They are able to login to the CMS and see your page as a pending approval request when they view the Workflow
lefthand navigation menu item in the CMS. The publisher will then need to review your request and publish it.
## Approving and publishing content (publishers)
-Depending on the setup of workflow, Content Publishers may receive an e-mail when Content Authors have requested
-publication. Publishers then select the 'Workflow' navigation item to view a report of pending items and by selecting
-one from the list, are able to access the approval step. In the following screen, the drop-down menu will display the
-next approval step based on the workflow for this page. Publishers are also able to enter in comments here, detailing
+Depending on the setup of workflow, Content Publishers may receive an e-mail when Content Authors have requested
+publication. Publishers then select the 'Workflow' navigation item to view a report of pending items and by selecting
+one from the list, are able to access the approval step. In the following screen, the drop-down menu will display the
+next approval step based on the workflow for this page. Publishers are also able to enter in comments here, detailing
their approval or cancel/deny the approval, if necessary.
diff --git a/docs/en/userguide/workflow-advanced-setup.md b/docs/en/userguide/workflow-advanced-setup.md
index cef052a0..e6969a4f 100644
--- a/docs/en/userguide/workflow-advanced-setup.md
+++ b/docs/en/userguide/workflow-advanced-setup.md
@@ -1,3 +1,6 @@
+---
+title: Advanced Transitions
+---
# Advanced Transitions
Sometimes an action will have a single transition from itself to the next action; when the workflow begins execution,
diff --git a/docs/en/userguide/workflow-export-import.md b/docs/en/userguide/workflow-export-import.md
index 52cd6a80..469ebfe9 100644
--- a/docs/en/userguide/workflow-export-import.md
+++ b/docs/en/userguide/workflow-export-import.md
@@ -1,6 +1,9 @@
+---
+title: Importing and exporting workflows
+---
# Importing and exporting workflows
-In the Workflow CMS left-hand navigation menu item, authorised users are able to export a WorkflowDefinition from one
+In the Workflow CMS left-hand navigation menu item, authorised users are able to export a WorkflowDefinition from one
SilverStripe installation, and import it into another.
## Export a workflow
@@ -10,7 +13,7 @@ You should be prompted to download a file which you should save to your local co
## Import a workflow
-Simply login to another SilverStripe installation and navigate to the Workflow Admin of that CMS. You should see an
+Simply login to another SilverStripe installation and navigate to the Workflow Admin of that CMS. You should see an
'Import' heading at the bottom of the central CMS pane with a 'Browse' button below that.
Select the 'Browse' button and locate the downloaded file in your computer's file-browser that will automatically appear, then select the
@@ -18,7 +21,7 @@ Select the 'Browse' button and locate the downloaded file in your computer's fil
# Exported related user and group data
-Because users and groups can be related to Workflow Actions and Transitions, these associations are also exported.
-However, these relations will only be made at the import stage if the same Groups and/or Users also exist in the target
-CMS. If the latter is not the case, you will need to manually re-create the users and groups and re-assign them to the
+Because users and groups can be related to Workflow Actions and Transitions, these associations are also exported.
+However, these relations will only be made at the import stage if the same Groups and/or Users also exist in the target
+CMS. If the latter is not the case, you will need to manually re-create the users and groups and re-assign them to the
imported workflow.
diff --git a/docs/en/userguide/workflow-permissions.md b/docs/en/userguide/workflow-permissions.md
index ddb0b716..8386b1fb 100644
--- a/docs/en/userguide/workflow-permissions.md
+++ b/docs/en/userguide/workflow-permissions.md
@@ -1,9 +1,12 @@
+---
+title: Workflow permissions
+---
# Workflow permissions
## Adding groups and users
-First of all, login to the CMS as an administrator. Ensure you have "Authors", "Editors" and "Managers" groups created
-with a single user linked to each group (in the standard "Security" admin). Assign the six "Advanced Workflow"
+First of all, login to the CMS as an administrator. Ensure you have "Authors", "Editors" and "Managers" groups created
+with a single user linked to each group (in the standard "Security" admin). Assign the six "Advanced Workflow"
permissions to each group.
## Workflow permissions
@@ -40,4 +43,4 @@ A user with this permission can reassign active workflows to different users and
### Editable embargoed item in workflow
-A user with this permission can edit items that have been embargoed by a workflow.
\ No newline at end of file
+A user with this permission can edit items that have been embargoed by a workflow.