Deterministic FindAll for task stores

The following discussion from !2773 (merged) should be addressed:

  • @jdrpereira started a discussion: (+1 comment)

    FindAll is currently nondeterministic as there is no ORDER BY clause in the implementation, so the CLI output can vary across runs, which is not ideal. Should we update it?