Skip to content

Resolve "Improve task state change processsing time x 10"

Closes #1184 (closed)

Improves times for task state changes by roughly an order of magnitude (x 10 faster).

This is mainly due to no longer aligninig workflow state on every call to the workflows state. As a future improvement the dependency on the workflow state (the UI requires this to disable UI actions) may be decoupled / the workflow state machine removed (as it is no longer used).

Merge request reports