v1.6.0
Consistency improvements for task pickup, better concurrency management with various max capacity settings, new condition operators (IN
, NOTIN
), dependencies on multiple states (stepX:DONE,NOT_FOUND
).
Changelog
6f24783 Dashboard multilines - search tags - ergonomy (#137)
c8f9ec4 README: Rephrase step dependencies documentation
be3f263 chore(deps): bump jquery from 3.4.1 to 3.5.0 in /ui/dashboard (#141)
02c6f23 chore(deps): bump jquery from 3.4.1 to 3.5.0 in /ui/editor (#140)
c109b1f feat: add IN and NOTIN to step condition operators (#129)
00d8a51 feat: multiple states support for step dependencies
710ed81 feature: can unmarshal echo output before returning (#142)
f6634a6 fix: Forbids step custom_states to be set to EXPANDED
0f48cd2 fix: Skipped steps should be set as already executed
d890fb3 fix: foreach: Prevent unwanted children to be commited back to resolution after contract
7af1ad1 fix: instance_collector: refacto to handle cases where collector doesn't pick up all tasks (#134)
5aff14d fix: pruneSteps indicates recursively what steps have been modified to be catch up by availableSteps
4e35345 fix: runAvailableSteps should only look at expandedSteps on the current loop
d856374 resolution: adding SetStepState to modify templating values while changing a step state
df8b415 typo: elligible -> eligible