From e51e51e138c4ce47bc4534eb992f94a822088a9c Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Tue, 29 May 2018 16:46:19 +0530 Subject: [PATCH] Add requested changes --- erpnext/docs/user/manual/en/setting-up/workflows.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/erpnext/docs/user/manual/en/setting-up/workflows.md b/erpnext/docs/user/manual/en/setting-up/workflows.md index 8e630bd42e..058f537e23 100644 --- a/erpnext/docs/user/manual/en/setting-up/workflows.md +++ b/erpnext/docs/user/manual/en/setting-up/workflows.md @@ -83,13 +83,12 @@ When the Leave Approver opens the Leave Application page, he can finally "Approv > New in Version 11 -Workflow Actions facilitates communication to the users via email and also creates a list of pending Workflow Actions. +Workflow Actions is a single place to manage all the pending actions you can take on Workflows. -For example, when an employee creates a leave application the next actions would be to `Approve` or `Reject` that application. -Based on allowed roles to perform these actions, users will be sent email with Next Action buttons and a print format of the application. +If a User is eligible to take action on some workflows, emails will be sent to the user, with the relevant document as attachment, from where the user can `Approve` or `Reject` the Workflow. Workflow -Also the users will see entries in there Workflow Action list. +Also the users will see entries in their Workflow Action list. Workflow **Note:** You can set email template for Workflow Actions on each state.