flowman
flowman copied to clipboard
Support continuation of partially failed build
The state store information of the last run should be used to determine which targets needs building due to failures or because they are missing. Targets which have been already built should be SKIPPED, such that the whole new build contains all targets and a following continuation should do nothing.