Skip to content

Commit

Permalink
change description
Browse files Browse the repository at this point in the history
  • Loading branch information
GihanAyesh committed Dec 18, 2023
1 parent d825ec6 commit 6cccc60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revision Deployment Workflow

In this section let's see how to add a simple approval workflow to control the deployment of revisions in WSO2 API Manager. When the revisions deployment workflow is activated, a gateway can simultaneously have both a deployed revision and a pending revision. In this setup, developers can submit a revision deployment request to their chosen gateway. The request will be directed to the adminisrator for approval. The administrator can either approve or reject the request. If the request is approved, the revision will be deployed to the selected gateway. Should the request be declined, there will be no deployment to the gateway, and the current setup of the gateway will remain unchanged.
In this section let's see how to add an approval workflow to control the deployment of revisions in WSO2 API Manager. When the revisions deployment workflow is activated, the API publisher can submit a revision deployment request to the administrator. If approved, the revision is deployed on the gateway. If declined, the gateway stays unchanged.

## Engaging the Approval Workflow Executor in API Manager

Expand Down

0 comments on commit 6cccc60

Please sign in to comment.