Skip to content

Typo error in Subscription Approval workflow config #10684

@ShakyaPr

Description

@ShakyaPr

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions