Running the process and updating user information to the server - 7.3

Talend Connectors for BPM Reference Guide

Version
7.3
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2023-01-05

Procedure

  1. Click the Run process button on the toolbar to run the process.
    The Update User Info page opens in your default browser.
  2. Click the Submit button to call the REST service. Enter the user ID, first name, and last name in the corresponding fields, and click Submit to be updated the information to the server end.
    The HTTP POST operation is performed and the response message corresponding to the information you just entered is displayed in the User Info field.
  3. Switch to the Integration perspective and check the Run console of the Job running as the REST server.

Results

The server end information shows that the HTTP POST request sent from process has been successfully handled and the user information has been updated to the database.