Skip to content

Commit 048db30

Browse files
Refactoring
1 parent 3179f43 commit 048db30

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

en/includes/guides/user-self-service/manage-approvals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This page displays all approval requests that you are eligible to act on.
99
Each approval request can be in one of the following states:
1010

1111
- **Ready**: The approval request is available for assignment. You can either approve it immediately or reserve it for review later.
12-
- **Reserved**: You have assigned yourself this approval for review. Other approvers cannot act on it until you unassign it.
13-
- **Blocked**: Another approver has already reserved this request, so you cannot act on it.
12+
- **Reserved**: You have assigned yourself this approval for review. Other approvers can't act on it until you unassign it.
13+
- **Blocked**: Another approver has already reserved this request, so you can't act on it.
1414
- **Approved**: You have approved the request.
1515
- **Rejected**: You have rejected the request.
1616

en/includes/guides/workflows/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ The new workflow framework supports long-running approval workflows for critical
33
Workflows are a series of steps that are required to complete a selected operation in the {{ product_name }}. These workflows
44
should be configured by the administrators by defining the steps and the approvers involved in each step.
55

6-
This new implementation enables organizations to design multi-step approval processes, where approvers can be assigned
7-
based on roles or users, reflecting their permission levels and responsibilities. Administrators can configure these
6+
This new implementation enables organizations to design multi-step approval processes, where approvers can be assigned
7+
based on roles or users, reflecting their permission levels and responsibilities. Administrators can configure these
88
workflows through the Console, while approvers can review and act on approval requests seamlessly from the My Account portal.
99

1010
{% if product_name == "WSO2 Identity Server" %}
1111
!!! note "Legacy BPS-based workflow connector"
1212
{{ product_name }} previously used a BPS (Business Process Server)-based approval workflow implementation. This implementation is still available as an [external connector](https://store.wso2.com/connector/identity-workflow-impl-bps){:target="_blank"}.
13-
13+
1414
**Key differences:**
1515

1616
- The new workflow feature and the BPS-based implementation run independently.
@@ -23,8 +23,8 @@ workflows through the Console, while approvers can review and act on approval re
2323
Approval-based workflow capabilities are available for organizations as well.
2424

2525
!!! note
26-
Workflows support user creation and role creation in organizations. However, they do not support the following sharing operations:
27-
26+
Workflows support user creation and role creation in organizations. However, they don't support the following sharing operations:
27+
2828
- User sharing
2929
- Role sharing
30-
- Inviting parent users
30+
- Inviting parent users

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The Workflow requests page is located under the workflows section. It gives administrators full visibility into every workflow approval request.
1+
The Workflow requests page is located under the workflows section. It gives administrators full visibility into every workflow approval request.
22
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;"}
@@ -25,6 +25,6 @@ To view the details of a workflow request, you can click on the request in the l
2525

2626
### Abort workflow request
2727

28-
You can abort a workflow request that is pending approval.
28+
You can abort a workflow request that's pending approval.
2929

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

0 commit comments

Comments
 (0)