I'm trying to wrap my head around the best approach for integrating public forms into our processes. We do have the Forms Portal, and will now be using it for the first time.
Scenario:
As a part of a multi-step process, we have a form that needs to be signed by someone outside of our organization. In one use-case this is a confidentiality agreement. In another use-case, this is a release of information form. After the form is signed and returned, there would be additional steps in the process.
Since we need to wait for the external (public) user to submit the form (to return it to us), it makes sense to me that we would use a User Task, but I don't know how to assign a User Task to an external user. Is this possible? We are collecting their e-mail address in a variable earlier in the process.
Or, do we need to start our process as usual and include an e-mail task that includes link with the form they need to complete, which would actually be a different process? (we could embed variables into our URL to pass information between the processes)
Or, is there another (better) approach?
Thank you in advance!