loopback4-microservice-catalog icon indicating copy to clipboard operation
loopback4-microservice-catalog copied to clipboard

feat(bpmn-service): add camunda implementation, add tests

Open akshatdubeysf opened this issue 1 year ago • 2 comments

BREAKING CHANGE: restructuring of component binding, refer readme

Description

  • add a default implementation to support camunda 7
  • added acceptance tests that test on actual camunda
  • resolved an issue where workflow was saved in camunda but not in our db
  • add observer for listing to commands

Type of change

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [X] New feature (non-breaking change which adds functionality)
  • [X] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Intermediate change (work in progress)

Checklist:

  • [X] Performed a self-review of my own code
  • [X] npm test passes on your machine
  • [X] New tests added or existing tests modified to cover all changes
  • [X] Code conforms with the style guide
  • [X] API Documentation in code was updated
  • [ ] Any dependent changes have been merged and published in downstream modules

akshatdubeysf avatar Jul 22 '24 06:07 akshatdubeysf

Why is this a breaking change

yeshamavani avatar Aug 07 '24 10:08 yeshamavani