Merge pull request #14267 from surajshetty3416/workflow-doc-changes

Add doc related to workflow action
This commit is contained in:
Faris Ansari 2018-05-30 12:34:21 +05:30 committed by GitHub
commit 6ac9c0f71e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

View File

@ -42,6 +42,14 @@ submit button / option if you have not specified it in the workflow.
> Note 4: If you wish to give the option to cancel, you will have to write a
workflow transition step that says from submitted you can cancel.
#### Enable/Disable Self approval
> New in Version 11
<img class="screenshot" alt="Workflow" src="{{docs_base_url}}/assets/img/setup/workflow-6.png">
#### Conditions
> New in Version 11
@ -71,6 +79,22 @@ When the Leave Approver opens the Leave Application page, he can finally "Approv
<img class="screenshot" alt="Workflow" src="{{docs_base_url}}/assets/img/setup/workflow-5.png">
#### Workflow Actions
> New in Version 11
Workflow Actions is a single place to manage all the pending actions you can take on Workflows.
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.
<img class="screenshot" alt="Workflow" src="{{docs_base_url}}/assets/img/setup/workflow-actions-email.png">
Also the users will see entries in their Workflow Action list.
<img class="screenshot" alt="Workflow" src="{{docs_base_url}}/assets/img/setup/workflow-actions-list.png">
**Note:** You can set email template for Workflow Actions on each state.
The template might consist message for users to proceed with the next Workflow Actions
### Video Tutorial:
<div>
@ -81,3 +105,4 @@ When the Leave Approver opens the Leave Application page, he can finally "Approv
</div>
{next}