When you invoke the Email verification process, the user receives an email to verify or reject the email. The status of the process remains in the running state until the process receives an email response. After the user clicks the Verify or Reject link in the email, the event gets correlated and the process continues.
To invoke a process, you can use one of the following options:
•Running a process with process inputs
1Open the Email verification process and click Actions > Run Using.
2Select the input from the Select the input to run the process with list and enter the input field and value in the Process Input section as shown in the following image:
3Click Run.
• Passing input through a browser
1Open the Email verification process and click Actions > Properties Detail > Copy Service URL.
2Open a text editor and add the input field and value to the service URL as shown in the following format:
<Cloud Application Integration POD URL>/active-bpel/public/rt/<API_name>?Email_ID=<Email_ID>
3Open a browser and paste the service URL.
•Passing input through a REST client
You can use a REST client such as Postman.
1Open Postman.
2Select the HTTP verb as GET and specify the generated REST service URL followed by the input field and value ?Email_ID=<Email_ID>.
3Enter the user account details on the Authorization tab.
4Click Send.
After invoking the process, you receive an email with the Verify or Reject links.
In Application Integration Console, you can verify the status of the process execution.
The following image shows the status of the process execution: