validate-templates-cli

Command Line Tool to validate Camunda Element Templates

Usage no npm install needed!

<script type="module">
  import validateTemplatesCli from 'https://cdn.skypack.dev/validate-templates-cli';
</script>

README

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