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 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.

cdmc_code_editor_update_customworkflow_color_coded_json.png

The code editor displays the workflow template with:

  • workflow objects in grey

  • object and array values in blue

  • boolean values, true or false, in red

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

...

...