com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Adding Workflow Extensions
Use workflow extensions to attach a workflow to the following API Store/API Publisher operations:
- Adding an Application Creation Workflow
- Adding an Application Registration Workflow
- Adding an API Subscription Workflow
- Adding a User Signup Workflow
- Invoking the API Manager from the BPEL Engine
- Customizing a Workflow Extension
- Configuring Workflows for Tenants
- Configuring Workflows in a Cluster
- Changing the Default User Role in Workflows
WSO2 BPS 3.5.0
If you are using WSO2 BPS 3.5.0, in addition to the configurations mentioned in the above pages for each Workflow Extension, you need to add the following as a property to the file /_system/governance/apimgt/applicationdata/workflow-extensions.xml:
<property name="contentType">text/xml</property>
As an example, the User Signup Workflow Extension, after adding the same property would look like:
<WorkFlowExtensions> ... <UserSignUp executor="org.wso2.carbon.apimgt.impl.workflow.UserSignUpWSWorkflowExecutor"> <Property name="serviceEndpoint">http://localhost:9765/services/UserSignupProcess/</Property> <Property name="username">admin</Property> <Property name="password">admin</Property> <Property name="callbackURL">https://localhost:8243/services/WorkflowCallbackService</Property> <Property name="contentType">text/xml</Property> </UserSignUp> ... </WorkFlowExtensions>
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.