Displaying the operation result in a Web browser - 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 task labelled Step2 in the process design workspace, click the tools icon which is on the bottom-left corner, and then select the Human icon.
    The task type is changed to Human.
  2. From the General view, select the Actors tab, click the Choose... button to open the Assign actors dialog box.
  3. Select Initiator and click Finish to close the dialog box.
  4. From the Application view, click the Entry Pageflow tab and click the Add... button next to the first table.
  5. Select the Create a new form option and click Next.
  6. On the next step, configure which variables will be shown on the form. Select the cRM_Status check box and click Finish.
    A form will be created that will display the CRM_Status variable in the process Web User Interface to show the returned status.
  7. Run the process.
    After deploying the bundle, the studio opens the Web page in your default browser.
  8. Click the Submit button to start the process and complete the first step.
  9. Fill in the user name field and click the Submit button.

Results

The CRMService (getCRMInformation) operation is called and the username parameter is populated with the user-specified value.

After a few seconds, the Step2 form is returned by the server, showing the result of the operation, and Talend ESB shows the corresponding log messages.