Releases: molr/molr
Releases · molr/molr
Mission Input Retrieval
v0.3.16
v0.3.15
v0.3.14
Parameter Meta Information
- allow for client specific parameter meta information
v0.3.12
Ignore Blocks Feature, Max Concurrency, Performance
- introduce dynamic configurable block attributes for blocks to be ignored by executor (analog to breakpoints)
- enable support for configuring max concurrency (number of parallel threads in parallel branches)
- fix inconsistencies in run-state/result updates while running or stepping through/over mission
- fix performance issues with parallel branches
new map method in forEach branches
v0.3.10 new generic map method in forEach branches
Renamed runstates
- Renamed runstates
Foreach Branches and Branch Based Contexs
- Introducing a foreach construct to use branches for each item of a collection given at mission instantiation. Foreach branches can also be nested.
- Allow for converting arbitrary branches into new contextual branches. Contextual branches can be used nested as well.
- Add execution strategy configuration to RunnableLeafsMission dsl.