This is a best practices question, Should data be written to a data store after

This is a best practices question, Should data be written to a data store after every UI node in a process or after all of the information has been collected from several separate nodes, does that depend on the process requirements or is there some established rule of thumb that should be followed?

OriginalPostID-139908

OriginalPostID-139908

  Discussion posts and replies are publicly visible

Parents
  • Apart from the asked question and mentioned explanation as you'r asking for best practice I would also like to add that if your application needs to write data to data store entity multiple times then a separate sub process should be maintained just for writing the data on database, its not a thumb rule but surely makes your process models more configurable.
Reply
  • Apart from the asked question and mentioned explanation as you'r asking for best practice I would also like to add that if your application needs to write data to data store entity multiple times then a separate sub process should be maintained just for writing the data on database, its not a thumb rule but surely makes your process models more configurable.
Children
No Data