0.4.0 • Published 3 years ago

validate-templates-cli v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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