I have a process where
- an application for a grant is submitted, they are approved for the money (or not);
- a follow up form must be submitted when the project is finished;
- a final review form is filled out, they are approved for any additional grants if requested (or not).
Where I'm stumped is how to get this same process to restart in the middle, at the point where the follow up form is submitted. See attached process diagram. I'm thinking gateways, timers with reminders to the applicant "is your project finished, get your follow up form in", continue waiting, but what activity do I put in to catch the second form's submission to restart?