Skip to content

Commit e79da01

Browse files
committed
Add workflow request docs.
1 parent 54f9873 commit e79da01

File tree

10 files changed

+28
-4
lines changed

10 files changed

+28
-4
lines changed
83.7 KB
Loading
95.2 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include "../../../../includes/guides/workflows/workflow-requests.md" %}

en/asgardeo/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ nav:
397397
- Workflows:
398398
- Workflows: guides/workflows/index.md
399399
- Approve workflow: guides/workflows/approve-workflow.md
400+
- Workflow requests: guides/workflows/workflow-requests.md
400401
- Account configurations:
401402
- Account configurations: guides/account-configurations/index.md
402403
- Login security:
83.7 KB
Loading
95.2 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include "../../../../../includes/guides/workflows/workflow-requests.md" %}

en/identity-server/next/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ nav:
660660
- Workflows:
661661
- Workflows: guides/workflows/index.md
662662
- Approve workflow: guides/workflows/approve-workflow.md
663+
- Workflow requests: guides/workflows/workflow-requests.md
663664
- Account configurations:
664665
- Account configurations: guides/account-configurations/index.md
665666
- Login security:

en/includes/guides/workflows/approve-workflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
To view the workflow approvals, you need to navigate to the **Approvals** section under the **User Management** in the admin console. Here, you will see a list of approvals that can be approved by you.
1+
To view the workflow approvals, you need to navigate to the **Approvals** page under the **User Management** in the admin console. Here, you will see a list of approvals that can be approved by you.
22

33
![Workflow approval page]({{base_path}}/assets/img/guides/workflows/workflow-approvals.png){: width="800" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
44

55
### Approval lifecycle
66
There are multiple status indicators for the workflow approvals. The status of the approval can be one of the following:
77

8-
- **Reserved**: The approval is reserved by you and no one else can approve it. This status is set when you claim the approval or when you are the only participant in the approval step.
9-
- **Ready**: The approval is ready to be approved by you. This status is set when multiple participants are involved in the approval step and you are one of them and no one has claimed the approval yet.
8+
- **Reserved**: The approval is reserved by you and no one else can approve it. This status is set when you claim the approval.
9+
- **Ready**: The approval is ready to be approved by you. This status is set when multiple participants are involved in the approval step and no one has claimed the approval yet.
1010
- **Approved**: The approval is approved by you.
1111
- **Rejected**: The approval is rejected by you.
1212
- **Blocked**: The approval has claimed by another participant and you cannot approve it.
1313

1414
!!! Note
15-
Claiming an approval is a way to reserve it for yourself. If you claim an approval, no one else can approve it until you either approve or reject it. This is useful when you want to ensure that you are the only one approving the request.
15+
Claiming an approval is a way to assign it for yourself. If you claim an approval, no one else can approve it until you either approve or reject it. This is useful when you want to ensure that you are the only one approving the request.
1616

1717
Also note that even if you claim an approval, you can still release it back to the pool of approvals so that other participants can approve it.
1818

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Workflow request page is located under the workflows section. It gives administrators full visibility into every workflow approval request across the tenant.
2+
Administrators can use it to audit progress, and detect bottlenecks.
3+
4+
![Workflow request page]({{base_path}}/assets/img/guides/workflows/workflow-requests.png){: width="800" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
5+
6+
This page list all the workflow requests that in the tenant. You can filter the requests by the Operation Type, Status, Created Time Range and Updated Time Range.
7+
8+
### Status of the workflow requests
9+
10+
- **Pending**: The workflow request is pending and waiting for approval.
11+
- **Approved**: The workflow request is approved by the participant/s.
12+
- **Rejected**: The workflow request is rejected by a participant.
13+
- **Falied**: The workflow request has failed after the approval due to an error.
14+
- **Deleted**: The workflow request has been deleted by the administrator.
15+
16+
### View workflow request details
17+
To view the details of a workflow request, you can click on the request in the list.
18+
19+
![Workflow request page]({{base_path}}/assets/img/guides/workflows/workflow-request-details.png){: width="800" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
20+

0 commit comments

Comments
 (0)