Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: https://wso2.org/jira/browse/DOCUMENTATION-4299

...

Tip

Before you begin, if you have changed the API Manager's default user and role, make sure you do the following changes:

  • Point the database that has the API Manager user permissions to BPS.
  • Share any LDAPs, if exist.
  • Change the <BPS_HOME>/repository/humantasks/-1234

    Unzip the <API-M>/business-processes/subscription-creation/HumanTask/SubscriptionsApprovalTask-1.0.0

    -1/

    .zip file, update the role as follows in the SubscriptionsApprovalTask.ht

     file, that corresponds to the human task.

    file, and ZIP the SubscriptionsApprovalTask-1.0.0 folder.

    Code Block
    titleFormat
    <htd:argument name="role">
    	[new-role-name]
    </htd:argument>
  • Change the allowedRoles parameter in the <APIM_HOME>/repository/deployment/server/jaggeryapps/admin/site/conf/site.json file.

...