Add fields "coupleEmail1" and "coupleEmail2" in the user task "Fill in application form".
Add fields "coupleEmail1" and "coupleEmail2" in the user task "Review couple information".
Add fields "coupleEmail1" and "coupleEmail2" in the user task "Verify validity".
Add fields "coupleEmail1" and "coupleEmail2" in the user task "Check if the credit is financially viable".
Delete deployed instances and then deploy the new model.
MSGF-CreditRequest
Extract mails from the "creditInfoDTO" model and store them in a local variable "coupleEmail1" and "coupleEmail2" in the "startProcessInstance()" method located in "ProcessService".
Add the variables "coupleEmail1" and "coupleEmail2" to the body of the request through the "variables" map in the startProcessInstance()" method located in "ProcessService".
MSGF-CentralSys
Add variables that receive the mails in the "CreditRequestDTO" model.
Add variables that capture the emails in the method "getProcessVariableList()" located in the "CamundaServices".
Verify that the data arrives to the method "getProcessVariableList()" through a SOUT to the "creditRequestDTO" list.
Add variables in the "ApplicationsTable" table.
Add html fields in "ApplicationsForm".
Extract the captured emails in the "ApplicationsTable" table into the JS file "CreditEmployee" in variables.
Assign the variables to the fields created in "ApplicationsForm".
Compile.
Verify both in the employee panel and in the camunda engine the couple's mails.
MSGF-BPM-Engine
MSGF-CreditRequest
MSGF-CentralSys
Duration: 57 minutes.