Creating a new process and adding variables for the input data - 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. Create a new process, rename the process pool to Update User Info, and select the Step1 element in the process model.
  2. From the General view of the Details panel, select the Data tab and click the Add... button to create an input variable.
  3. Name the variable id, clear the Auto-generate form check box because we will create a form manually to show the input variables.
    If needed, you can specify the default value in the Default value field. When done, click Finish.
  4. Repeat the steps above to create two other input variables named first_name and last_name, with the Auto-generate form check box cleared.
  5. From the Application view, click the Entry Pageflow tab and click the Add... button next to the first table.
  6. Select the Create a new form option and click Next.
  7. On the next step, configure which variables will be shown on the form. Select the id, first_name and last_name check boxes and click Finish.
    A newly created form displays the selected variables. Edit the form so that the variables are displayed in the way you want.