Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To set up an approval process for a workflow, follow these steps:
Both Roles and Assignees are optional configuration fields. If neither is specified, the system will not dispatch any notifications. However, users with the necessary permissions can still log in to the system and review approval requests through the interface.

!!! info "Important"
Only roles having [relevant approval permission](#permissions-to-review-and-respond-to-approval-requests) can be selected to receive notifications, so that respective users can always review and respond to requests. However, users in Assignees field are there for notification purpose only, they may not have required priviledges to review and approve requests.
Only roles having [relevant approval permission](#permissions-to-review-and-respond-to-approval-requests) can be selected to receive notifications, so that respective users can always review and respond to requests. However, users in Assignees field are there for notification purpose only, they may not have required privileges to review and approve requests.


7. Click **Save**. This configures notifications and enables the approval process for the workflow.
Expand Down
4 changes: 2 additions & 2 deletions en/developer-docs/docs/references/choreo-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Below are key limitations when working with APIs in {{ product_name }}:
| URL size | 2 KB |
| Request header | <ul><li>Request Headers total: 40 KB</li><li>Max Single Request header: 10 KB</li></ul> |
| Total request duration | <ul><li>Minimum: 10 seconds</li><li>Default: 1 minute</li><li>Maximum: 5 minutes</li></ul> |
| Maximum connection duration (WebSocket APIs) | 15 minutes |
| Maximum connection duration (WebSocket APIs) | 15 minutes |
| Connection idle timeout (WebSocket APIs) | 5 minutes |
| Size for API definition (OpenAPI document)| 10 Mb |
| Size for API definition (OpenAPI document)| 10 MB |
| Number of APIs for PDP | 1000 API deployments |
| Number of APIs per organization (free tier) | 5 APIs for free users |
| Number of Developer Portal applications per organization (free tier) | 10 applications for free users |
Expand Down
2 changes: 1 addition & 1 deletion en/developer-docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Project information
site_name: "WSO2 Developer Platform Documentation | AI-Native Internal Developer Platform"
site_description: WSO2 Developer Platform Explore WSO2 Developer Platform documentation to build, deploy, and manage cloud-native apps effortlessly. Whether you're a platform engineer or app developer, WSO2 Developer Platform simplifies infrastructure automation and streamlines delivery with an AI-native internal developer platform.
site_description: WSO2 Developer Platform. Explore WSO2 Developer Platform documentation to build, deploy, and manage cloud-native apps effortlessly. Whether you're a platform engineer or app developer, WSO2 Developer Platform simplifies infrastructure automation and streamlines delivery with an AI-native internal developer platform.
site_author: WSO2
site_url: https://wso2.com/choreo/docs
site_dir: site/developer
Expand Down
4 changes: 2 additions & 2 deletions en/pe-docs/docs/references/choreo-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Below are key limitations when working with APIs in {{ product_name }}:
| URL size | 2 KB |
| Request header | <ul><li>Request Headers total: 40 KB</li><li>Max Single Request header: 10 KB</li></ul> |
| Total request duration | <ul><li>Minimum: 10 seconds</li><li>Default: 1 minute</li><li>Maximum: 5 minutes</li></ul> |
| Maximum connection duration (WebSocket APIs) | 15 minutes |
| Maximum connection duration (WebSocket APIs) | 15 minutes |
| Connection idle timeout (WebSocket APIs) | 5 minutes |
| Size for API definition (OpenAPI document)| 10 Mb |
| Size for API definition (OpenAPI document)| 10 MB |
| Number of APIs for PDP | 1000 API deployments |
| Number of APIs per organization (free tier) | 5 APIs for free users |
| Number of Developer Portal applications per organization (free tier) | 10 applications for free users |
Expand Down
2 changes: 1 addition & 1 deletion en/pe-docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Project information
site_name: "WSO2 Developer Platform Documentation | AI-Native Internal Developer Platform"
site_description: WSO2 Developer Platform Explore WSO2 Developer Platform documentation to build, deploy, and manage cloud-native apps effortlessly. Whether you're a platform engineer or app developer, WSO2 Developer Platform simplifies infrastructure automation and streamlines delivery with an AI-native internal developer platform.
site_description: WSO2 Developer Platform. Explore WSO2 Developer Platform documentation to build, deploy, and manage cloud-native apps effortlessly. Whether you're a platform engineer or app developer, WSO2 Developer Platform simplifies infrastructure automation and streamlines delivery with an AI-native internal developer platform.
site_author: WSO2
site_url: https://wso2.com/choreo/docs
site_dir: site/platform-engineer
Expand Down