validate-templates-cli

Command Line Tool to validate Camunda Element Templates


Keywords
json-schema, element-templates, camunda, cli, validation
License
MIT
Install
npm install validate-templates-cli@0.4.0

Documentation

validate-templates-cli

CI

Command Line Tool to validate Camunda Element Templates, based on

Usage

Install the command line tool via npm:

npm install -g validate-templates-cli

or use it directly via npx:

> npx validate-templates ./resources/errors.json

Validating 1 templates...

Invalid Template (name: <Mail Task>, id: <com.camunda.example.MailTask>) found.
 * invalid property type "Foo" for binding type "property"; must be any of { String, Text, Hidden, Dropdown, Boolean }
 * must provide choices=[] with "Dropdown" type
 * property.binding "camunda:outputParameter" requires source
 * property.binding "property" requires name

License

MIT