Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
typeflat
separatorpipe
printabletrue

...

Excerpt
hiddentrue
namecode_editor

A space administrator can edit the workflow template In addition to using the code editor .The code editor to edit a workflow template, it 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.

cdmc_code_editor_update_customworkflow_color_coded_json.png

The code editor displays the workflow template with the following:

  • workflow objects property names in grey

  • object and array string, meta, and regex values in blue

  • boolean values, true or false, in redin orange

  • numbers and operators are in green

When editing in the code editor, JSON schema autocomplete options are displayed to help add workflow properties, values, and data

...

Workflow builder lets you toggle between the visual and code editors using the editor icon buttons in the right-hand navigator panel.

Info

Changes applied to in one editor are dynamically updated in the other editor.

...

...