1) By Archiving a process will there be considerable impact on memory consumptio

1) By Archiving a process will there be considerable impact on memory consumption. We are able to get the process instance from the process tab even after archiving the process (auto archival of 7 days).
So will these process instance which are archived still occupy space in memory ? Do we have to delete those instances every time to improve memory usage ? Is there any other way to improve memory usage ?


2) Which of these will be considered as an active process : process completed using Terminate end event or process completed using just an end event ?
Is there any difference in memory consumption when we complete a process using a Terminate End event when compared to completing a process using an end event?

OriginalPostID-212774

OriginalPostID-212774

  Discussion posts and replies are publicly visible

Parents
  • No you do not have to delete a process which is archived. Once archived it does not take the system memory as such. In your case i think the process is still active that's why it is not still archived. Difference between end event and terminate event node is that terminate event node will complete the process once the flow reach to it even if there is not active node present in that process but on contrary end event will not complete the process if there is still an active node present in that process.
Reply
  • No you do not have to delete a process which is archived. Once archived it does not take the system memory as such. In your case i think the process is still active that's why it is not still archived. Difference between end event and terminate event node is that terminate event node will complete the process once the flow reach to it even if there is not active node present in that process but on contrary end event will not complete the process if there is still an active node present in that process.
Children
No Data