Code editor
Overview
A space administrator can edit the workflow template using the code editor.
The code editor can also be used to import other workflows into the current space by copying and pasting the workflow template JSON code for the workflow from another space or site.
The workflow template is created using JSON code. Only use the code editor if you are familiar with JSON code.
The workflow template JSON code is displayed in the workflow schema box and can be edited directly in the editor.
Accessing the code editor
Workflow builder lets you toggle between the visual and code editors using the editor icon buttons in the right-hand navigator panel.
Changes applied to in one editor are dynamically updated in the other editor.
If migrating from server to cloud, each server workflow can be translated to a cloud-compatible JSON workflow template using the Workflow Translator for Cloud in the data center and server apps. The cloud-compatible JSON for each workflow can be copied from the translator and pasted into the cloud app code editor.
If you have any queries on importing workflows, please contact support.
Related pages