Skip to content

Commit 13d24f9

Browse files
Merge pull request #5636 from Malith-19/update-workflow-docs
Update the workflow docs.
2 parents 347eb4b + 4af3fb1 commit 13d24f9

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed
-34.3 KB
Loading
-34.3 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To view the workflow approvals, you need to navigate to the **Approvals** page under the **User Management** in the admin console or in the [My Account]({{base_path}}/guides/user-self-service/manage-approvals/). There, you will see a list of approvals that you can approve.
1+
To view the workflow approvals, you need to navigate to the **Approvals** page in the [My Account]({{base_path}}/guides/user-self-service/manage-approvals/). There, you will see a list of approvals that you can approve.
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

en/includes/guides/workflows/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1+
Revamped workflow-based approval framework designed to support long-running approval workflows for critical user
2+
management operations.
3+
14
Workflows are a series of steps that require to complete a selected operation in the {{ product_name }}. These workflows
25
should be configured by the administrators by defining the steps and the participants involved in each step.
36

7+
This new implementation enables organizations to design multi-step approval chains, where approvers can be assigned
8+
based on roles or groups, reflecting their permission levels and responsibilities. Administrators can configure these
9+
workflows through the Console, while users can review and act on approval requests seamlessly from the My Account portal.
10+
11+
!!! note
12+
This is a reimplementation of the previous workflow feature. It is not backward compatible with the older workflow
13+
configurations. Existing workflows must be redefined using the new model to take advantage of long-running approval
14+
capabilities.
15+
416
### Create a workflow
517

618
To create a workflow, visit the **Workflows** section in the admin console and go to the **Approval Workflows** section.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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.
2+
Administrators can use it to check progress, and detect bottlenecks.
33

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

@@ -11,7 +11,7 @@ This page lists all the workflow requests that are the tenant. You can filter th
1111
- **Approved**: The workflow request is approved by the participant/s.
1212
- **Rejected**: The workflow request is rejected by a participant.
1313
- **Failed**: The workflow request has failed after the approval due to an error.
14-
- **Deleted**: The workflow request has been deleted by the administrator.
14+
- **Aborted**: The workflow request has been aborted by the administrator.
1515

1616
### View workflow request details
1717

0 commit comments

Comments
 (0)