-
Notifications
You must be signed in to change notification settings - Fork 561
Open
Labels
Description
Description
There is a typo in the Subscription approval workflow configuration. It is currently defined as:
<ubscriptionDeletion executor="org.wso2.carbon.apimgt.impl.workflow.SubscriptionDeletionAprrovalWorkflowExecutor"/>
The correct config should be:
<SubscriptionDeletion executor="org.wso2.carbon.apimgt.impl.workflow.SubscriptionDeletionApprovalWorkflowExecutor"/>
Suggested Fix
Subscription deletion approval workflow config in file en/docs/consume/manage-subscription/advanced-topics/adding-an-api-subscription-deletion-workflow.md should be
<SubscriptionDeletion executor="org.wso2.carbon.apimgt.impl.workflow.SubscriptionDeletionApprovalWorkflowExecutor"/>
Version(s)
4.1.0
Reactions are currently unavailable