Cloud Migration Resources
Planning a Cloud migration? These resources can help you get started:
→ Comala Document Management Cloud features – Review Cloud features and understand key differences between DC and Cloud.
→ Migration support from Appfire – Learn how we can help you migrate smoothly.
Transfer a workflow between Confluence cloud sites
Scenario
I want to transfer my workflows from a test Confluence Cloud site to a production site. Is there a way to export workflows to a file and import them into the production environment, or do I need to recreate them manually?
Solution
You don't need to use an import/export tool. To transfer your workflow from one Confluence Cloud site to another Confluence Cloud site is a manual procedure.
Copy the JSON code of your Comala workflow from the code editor in the cloud test site space.
Create a new workflow in the production space in your cloud production site.
Paste the code you previously copied in place of the JSON code of the newly created workflow.
You need space administrator permission in the test space and the production space.
If you require the workflow in additional spaces in your production site, as above, copy and paste the workflow JSON code into the other space.
Steps
Copy the workflow template JSON code in the test space
To open the code editor for the workflow in the test space document management dashboard,
Use the Actions menu option to edit with the code editor
Highlight the workflow template JSON code in the code editor and copy the JSON code to the clipboard.
To create a new workflow in the production space
Choose the Create new workflow option in the production space document management dashboard.
Click the Code Editor icon in the visual editor.
In the code editor,
Paste the copied JSON code to replace the existing workflow code.
Click Save and then Exit.
The workflow is now added as a custom workflow in the production space document management dashboard.
This is a manual process for each workflow. It is also the same process when moving a workflow template from one space to another space in the same Confluence Cloud site.