I was requested to make a process that allow new user to send a request for create new user account. There are currently 2 ways I plan to do this.
1) User can open a process's instantiation form without login, input information and submit. The administrator users will handle the rest of the process.
2) User can open a stand-alone application form without login, input information and submit. The submitting will call a REST API extenstion to start a process for admintrator users.
Can either of these be done?