updating community open source document

This commit is contained in:
tsurdilo 2019-11-13 21:09:33 -05:00
parent 782d2ecb8d
commit aa2bf92dfd
1 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,5 @@ If you have created (or know of) an open source library or product that uses
Serverless Workflow, please include it in the list below.
- [workflow-api](https://github.com/serverless-workflow/workflow-api): Java based api/spi of the Serverless Workflow specification. Adds POJO generation from specification JSON schema.
- [workflow-impl](https://github.com/serverless-workflow/workflow-impl): Java based impl of the Serverless Workflow specification. Adds support for YAML format, validation, expression evaluation, and property context.
- [workflow-impl](https://github.com/serverless-workflow/workflow-impl): Java based impl of the Serverless Workflow specification. Adds support for YAML format, validation, expression evaluation, and property context.
- [workflow-linter-cli](https://github.com/serverless-workflow/workflow-linter-cli): SpringBoot based command-line linter for serverless workflow specification. Allows to run validation (both schema and model) against json and yaml files containing workflow markup.