Designing a workflow from scratch - Cloud - 7.3

Talend Studio User Guide

Version
Cloud
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-13
Available in...

Data Fabric

MDM Platform

From the BPM perspective in Talend Studio, you can design a workflow graphically. This workflow is defined as a sequence of connected steps that will require human or automatic intervention. Each step in the workflow is enabled after the completion of the previous step.

When a given workflow is triggered, all tasks included in it will need to be fulfilled. Any required human intervention will be listed in Talend MDM Web UI. A workflow may require a business user or data steward to have constant interaction with master data.

About this task

To design a workflow graphically in the BPM perspective, do the following:

Procedure

  1. In the upper right corner of the Talend Studio main window, click the perspective, do the button to display the Open Perspective dialog box.
  2. Select BPM perspective and then click OK to close the dialog box and proceed to the next step.
    The BPM perspective is displayed.
  3. On the menu bar, click File > New diagram.
    A default workflow diagram appears in the graphical perspective.
  4. Click in the workflow to select the workflow pool and then in the General view, click Pool and set a name and a description for the new process.
  5. Draw the steps and transitions in the workflow and assign them either human or automatic intervention.
    If needed, you can always click to show or hide the help information.
  6. Add conditions to transitions to manage multiple output choices from a step, that is to say, add the data that will be used by the condition you define for each transition.
  7. Save the workflow.
    The workflow is now ready to be deployed or exported from the BPM perspective onto the MDM perspective where it can be included as a step in a process.
    Note: You can simplify the process of creating a workflow if you use the workflow wizard.

Example

Consider an example where one or several business users can change the price of a product and this change needs to be validated by other authorized business users. In order to accomplish this process, you may want to design a Runnable Process and a workflow in Talend Studio. The Runnable Process, directly accessible through Talend MDM Web UI, will launch a workflow that will enable one data steward to change the price and another data steward to validate this change.

The workflow below graphically illustrates this example.
Note: Each step name is also used to label the task performed in this step and displayed in the workflow tasks list in Talend MDM Web UI. For more information, see Talend MDM Web UI User Guide.

In a workflow, it is quite possible that you need to define some variables to be used for the task operations or the conditions you defined for transitions. You can define as many variables as required for the entire workflow globally or specifically for each task.

To define variables for a specific task, do the following:

  1. Select the specific task for which you want to define variables. In this example, it is Price Approval.
  2. In the Data view, click the Local variables tab.
  3. Click the Add... button.
  4. In the New variable dialog box that opens, define a name for the new variable, and then select a proper data type for the new variable.
    Note: The name of the variable must be a valid Java identifier.
  5. If needed, in the Default value field, define a default value for the new variable.
    Warning: If you need to read or write values of a record through the mdm_context variable when defining the default value of a local variable, you need to add some specific codes by calling the method setBypassSecurity or setUpdateUser to make it work.
  6. Click Finish to close the dialog box.

In a workflow, it is quite possible that you need to define some operations for a specific task.

To define an operation for a step, do the following:

  1. Select a specific step for which you want to define operations. In this example, it is Price Request.
  2. In the Execution view, click the Operations tab.
  3. Click the Add button.
  4. From the Select target field, select an appropriate variable, mdm_context in this example.
  5. Click the Takes value of link to open the Select operator dialog box.
  6. Select an operator type from the list, Use a Java method in this example, and then select setValue from the list of methods.
  7. Click OK to close the dialog box.
  8. For the second field, click the Edit button to open the Edit expression dialog box and then edit the condition according to your needs.

    In this example, select Script as the expression type, and define a name set_productPrice for the expression.

  9. Enter the following script in the script area to set it to mdm_context.
    "Product/Price#" + c_productPrice
  10. Once you have finished editing the expression, click OK to close the dialog box.

Repeat the procedure above to add other operations if needed.

You must also set the link conditions in your workflow.

  1. Click the link between Price Approval and Submit New Price to open the General view in the lower part of the BPM perspective.
  2. In the Name field, enter a name for the selected link, Approve in this example.
  3. Use expression or use decision table to set the condition.

    In this example, select Use expression, and then click the Edit button to open the Edit expression dialog box.

    Once the condition is defined, click OK to close the dialog box.

Repeat the procedure above to set other link conditions.

After you finished designing a workflow, in order to be able to trigger such a workflow from the MDM perspective, you must define the following in the BPM perspective:

  • MDM connectors

  • Workflow actors