Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Excerpt | ||||
---|---|---|---|---|
| ||||
If you are familiar with JSON, you can use the Comala Document Management code editor to edit an existing workflow or create your own. Color coding is used to distinguish property names, values, and different data types in the workflow template JSON code:
Data is represented within data or name pairs of curly braces { } and square brackets [ ]. Highlight one of the braces or brackets, and the paired brace or bracket is highlighted. When editing in the code editor, adding
JSON schema is then displayed for the selected workflow object to help add further properties and values. For example, the value options for the event for a workflow trigger to listen for.
|
...