Working with mdm_context - 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-03-20
Available in...

Data Fabric

MDM Platform

mdm_context is a Java object that acts as the "wire" connecting the MDM Server and the workflow engine. It contains the Update report and the full record in XML format, and can be used with a complete set of methods to access individual elements for each XPath in order to get/set values, resolve a foreign key, check workflow access rights, perform lookups in MDM and more. It is an essential element for triggering a workflow process from within MDM and must be included in every workflow.

As a Java object, it can be used in Groovy expressions in the workflow editor. For more information on working with Groovy, see Groovy Language Documentation.

For an example of using the API URL of mdm_context to populate widgets in customized forms, see Creating customized forms for workflow tasks.

A Javadoc for the MDMContext class is available in the Eclipse help, under Talend MDM > API Reference.