I have doubts about how to model a process where functionally is permitted to reopen the process once it has been terminated.
Is there no possibility to reopen a process instance in Camunda when it has reached an end event, right?
I thought that I can modelize a parallel gateway to open a way to the end event and another to a user task, which would represent the screen from which you can reopen the process. But, in this case, we will always mantain active processes in Camunda, could it penalize the engine considerably performance?
Which best practices you could recomend me for this kind of circunstancies?
Thanks in advance