wso2 / wso2/docs-apim

Typo error in Subscription Approval workflow config

Open
#10,684 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

AI-Agent/Fixed Type/Bug
Dominant language
CSS
Stars
99
Forks
708
Avg merge
1d 7h
Merged PRs (30d)
22

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open en/docs/consume/manage-subscription/advanced-topics/adding-an-api-subscription-deletion-workflow.md and locate the Subscription deletion approval workflow configuration. Correct the misspelled executor class name from SubscriptionDeletionAprrovalWorkflowExecutor to SubscriptionDeletionApprovalWorkflowExecutor, then verify the documented configuration matches the requested example.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.