Skip to content

pinussilvestrus/validate-templates-cli

Repository files navigation

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

About

Command Line Tool to validate Camunda Element Templates

Topics

Resources

Stars

Watchers

Forks