New endpoint and search criteria to filter tasks - Cloud - 8.0

Talend Release Notes

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud API Services Platform
Talend Cloud Big Data
Talend Cloud Big Data Platform
Talend Cloud Data Fabric
Talend Cloud Data Integration
Talend Cloud Data Management Platform
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 Cloud API Designer
Talend Cloud API Tester
Talend Cloud Data Inventory
Talend Cloud Data Preparation
Talend Cloud Data Stewardship
Talend Cloud Management Console
Talend Cloud Pipeline Designer
Talend Data Preparation
Talend Data Stewardship
Talend Studio
Content
Installation and Upgrade
Release Notes

A new endpoint with more advanced filtering parameters has been created to help you easily find specific tasks.

  • You are now able to select tasks by setting filters on their tags and trigger types in the request body.
    Method Endpoint Parameters
    POST orchestration/executables/tasks/search
    • tags: filter on the tasks with a specific tag, for example CRITICAL
    • triggerType: filter on the tasks with a specific type of trigger. The value could be
      • no_trigger: tasks to be started manually or via API are selected
      • once
      • daily
      • weekly
      • monthly
      • cron
      • webhook
    The TMC_OPERATOR role is required to use this endpoint.