adding wishlist to the documentation.

This commit is contained in:
danfunk 2023-05-31 14:04:37 -04:00
parent fb6fa7da8b
commit 247735b0d4
2 changed files with 10 additions and 2 deletions

View File

@ -6,9 +6,9 @@
quick_start/quick_start.md
documentation/documentation.md
how_to/bpmn_unit_tests.md
```
wish_list/wish_list.md
This is great!
```
## Indices and tables

View File

@ -0,0 +1,8 @@
# Wish List
The follow is a list of enhancements we wish to do complete in the near (or even distant future)
## BPMN Definitions at save time vs run time
Improve performance by pre-processesing the BPMN Specification and generating the internal JSON resprestation so we no longer create the expense of doing this on a per-process basis.
This will also allow us to do some early and deep validation as well.