0% found this document useful (0 votes)
88 views

Control-M Application Integrator

Uploaded by

Rohit Gaikwad1
Copyright
© © All Rights Reserved
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views

Control-M Application Integrator

Uploaded by

Rohit Gaikwad1
Copyright
© © All Rights Reserved
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 12

Application Integrator

Control-M Application Integrator is a tool that enables Control-M to integrate with other applications. It
provides a graphical interface for building custom integrations between Control-M and other
applications. It supports a variety of integration methods, including web services, command-line
interfaces, and file transfers. With Control-M Application Integrator, you can automate the transfer of
data and files between Control-M and other applications, making it easier to manage your workflows
and automate your business processes.

CAPABILITIES :

Control-M’s Application Integrator allows you to create job


types for any application.

Modernize application workflow creation and management:


Control-M’s Application Integrator makes building workflows easy, flexible, and repeatable—eliminating
inefficient workflow designs, saving time, and reducing risk. Taking a Jobs-as-Code approach with
Application Integrator-designed job types supports application workflow creation and management in
the software development lifecycle (SDLC) just like any other code component of an application.

Support any application:


Control-M’s Application Integrator job types support a variety of application interfaces, including Web
Services, REST APIs, and command line.

Easy to use:
The intuitive web-based interface enables developers and schedulers to avoid scripting and redesigning
workflow logic to fit generic job forms and includes drop-down menus and other
features that minimize user data entry and configuration to support rapid, accurate implementation.

Crowd-sourced community:
Control-M Github integrations community allows users to share Application Integrator- created job types
and easily deploy them in their Control-M environment.

Creating a Application Integrator Job Type:


1. Create a new REST API Jo type for CloverETL.
fill all the Details as shown below:

2. After clicking on Create:

3. Now we will add REST API URL for Cloveretl


4. After adding the URL click on OK then the page will look like this shown below:

5. Now we need to change the port from the URL Location Setting:
6. we will use the default Method : GET and then enter URL request Path from which we will be running
cloveretl graph

7. now adding the job properties:


8. click on plus + sign and add sandbox job properties:

9. now similarly add Graph and Node ID:


10. next copy the parameter value string from the demo server and paste it in the URL Parameters as
shown below:
11. now add the URL parameters of sandbox , graph and nodeid by clicking on the plus + icon
12. To extract the run ID we will add Output Handling.

13. next we will click on verify operation completion which automatically adds the operation to the
execution step.
14. click on the Add REST API URL and select the previous same REST url which we have created earlier.

15. now fill the URL Request Path and URL Parameter:
16. now click on output handling and fill the details: add the three values ERROR, ABORTED &
FINISHED_OK.

You might also like