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
Open the
Email verification
process and
click
Actions
Run Using
.
Select 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:
Click
Run
.
Passing input through a browser
Open the
Email verification
process and click
Actions
Properties Detail
Copy Service URL
.
Open 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>
Open a browser and paste the service URL.
Passing input through a REST client
You can use a REST client such as Postman.
Open Postman.
Select the HTTP verb as GET and specify the
generated REST service URL followed by the input field and value
?Email_ID=<Email_ID>
.
Enter the user account details on the
Authorization
tab.
Click
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: