Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

WRITE TO DATA STORE ENTITY SKILLS PRACTICE SOLUTIONS 

In this exercise, you will modify the process model for adding vehicles to write the new
vehicle to the database through the data store.

Add a “Write to Data Store Entity” smart service in the process model that you created in
the previous skills practice and configure it to write the vehicle process variable to the
vehicle table through the data store entity. Follow the guidelines below:

1. The “Write to Data Store Entity” smart service should be added directly after the user
input task and connect to the end event.
2. Update the “value” field of the “Data Store Entity” input on the “Data” tab to indicate
that the data should be written to the vehicle entity.
3. Add a new input for the data that should be written to the vehicle entity. The type of
this input should be VFM_vehicle and the value should be set to the vehicle process
variable.
4. On the Data Outputs tab, save the “Stored Values” into the vehicle process variable
to collect the generated id for the vehicle.

CONFIGURE INPUTS: 
Your inputs to the “Write to Data Store” smart service should look similar to this:
CONFIGURE OUTPUTS: 
Your output to the “Write to Data Store” smart service should look similar to this:

You might also like