All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Change configuration to match new Release
- Fix api dataStore/findInstances(query,projection)
- Clean up UI for security
- Improve UI for model docs
- Moved test processes to separate folder 'src/test/processes'
- Added test scenarios
- Minor change to Modeler UI: allow resizable property panel from the left side
- Added more test sceanrio
- Moved docs to github.io
- Added engine.startEvent to API
- support double quotes, so parameters like:
name "Buy Used Car"
can now work - support backspace on input
- Added engine.restart
- Moved webApp as a separate Repo (this repo)
- New Folder structure
- src to include typescripts only, dist to include js
- Repo to include src only
- Moved routes,scripts,views under src
- Moved configuration.ts , appDelegate, appSercies under src/WorkflowApp
- .env : added port #
- .env : expanded for security
- New Installation procedure
- Use npm run setup (twice)
- cli: use npm run cli
- New API is called by api2
- UI: instance details , added Model docs
- UI: invoke item form now supports Date type
- app.ts: remove security, email to UserService class