diff --git a/docs/index.md b/docs/index.md index 599b6d71..8d55ad17 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/docs/wish_list/wish_list.md b/docs/wish_list/wish_list.md new file mode 100644 index 00000000..9236940d --- /dev/null +++ b/docs/wish_list/wish_list.md @@ -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. +