com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

C-App with BPMN Artifacts

The following is a sample folder structure of a .car file with BPMN artifacts.

Once a .car file is created, you can access the artifacts.xml file in the root location in your local machine. The artifacts.xml file needs to contain following structure, where serverRole should be “BusinessProcessServer” and type is bpmn/artifact.

<?xml version="1.0" encoding="UTF-8"?>
	<artifact name="Hello" version="1.0.0" type="bpmn/artifact" serverRole="BusinessProcessServer">
    	<file>Hello-1.0.0.bar</file>
	</artifact>
...

Use WSO2 Developer Studio to create the .car file structure. Once you have created this, manually add the .bar file with the changes included for artifact types in the artifact.xml file.

com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.