• Overview
  • Documentation
  • Version history

Description

CA Workload Automation AutoSys Edition is a workload automation tool. Previous versions of the tool were released as Unicenter AutoSys Job Management.

This plug-in provides steps for integrating with a CA Workload Automation AutoSys Edition Server.

Available Steps

Check Autosys Server Runs the chk_auto_up command Execute JIL Script Runs a JIL Script on the CA WAAE server. Send Autosys Event Sends event to CA Workload Automation AE Application Server.

Quick Info

Product icon

Product

HCL DevOps Deploy (HCL Launch)
Plugin type icon

Type

Plug-in
Compatibility icon

Compatibility

HCL Launch version 7.3.2.8 and later, HCL Deploy version 8.0.1.3 and later
created by icon

Created by

HCLSoftware
Website icon

Website

Published Date

Last Updated

Summary

The AutoSys plug-in is a community plug-in.

License

This plug-in is protected under the Eclipse Public 1.0 License 

Installation

See  Installing plug-ins in HCL Deploy for installing and removing plug-ins. 

Version History

Version Description
3 Community GitHub Release.
2 Support property file encryption.
1 Send AutoSys commands and check the status of a CA Workload Automation AE server.

Steps to build the plug-in from command line:

  • Navigate to the base folder of the project through command line.
  • Make sure that there is a build.gradle file in the root directory and execute the 'gradle' command.
  • The built plug-in is located at build/distributions/Autosys-UCD-vdev.zip

IBM WebSphere Service Registry and Repository - Process Steps

Send Autosys Event

Send event to CA Workload Automation AE Application Server.

Name Type Description Required
irOffset textBox The directory offset relative to the current working directory where the step should run. Yes
asEvent selectBox Event to send to the CA Workload Automation AE Application Server. Properties marked with * may not work with newer CA WAAE versions Yes
asAlarm selectBox Name of the Autosys Job  
asJobName textBox Name of the Autosys Job  
asApplicationName textBox Autosys Application Name  
asStatus SelectBox
Enumeration:
  • None
  • Activated
  • As Success
  • Failure
  • Inactive
  • On_Hold
  • On_Ice
  • Que_Wait
  • Refresh_Dependencies
  • Refresh_FileWatcher
  • Restart
  • Running
  • Starting
  • Success
  • Terminated
   
AUTOSYS textBox Autosys install directory  
AUTOROOT textBox CA Workload Automation AE install directory  
AUTOUSER textBox Location of the AutoUser directory on the agent  
AUTOSERV textBox CA Workload Automation instance name (i.e. ACE)  
asUnSendEvent textBox Cancels the last event specified by the Event dropdown  
asAdditional textAreaBox Enter additional parameters (line separated) to pass to the sendevent command (i.e. "-N machine")  

Check Autosys Server

Runs the chk_auto_up command

Name Type Description
dirOffset textBox The directory offset relative to the current working directory where the step should run
successCodes textBox Comma separated list of acceptable exit codes. Check CA documentation as these do not follow POSIX conventions
failureCodes textBox Comma separated list of unacceptable exit codes. Check CA documentation as these do not follow POSIX conventions
AUTOSYS textBox Autosys install directory
AUTOROOT textBox CA Workload Automation AE install directory
AUTOUSER textBox Location of the AutoUser directory on the agent
AUTOSERV textBox CA Workload Automation instance name (i.e. ACE)

Execute JIL Script

Runs a JIL Script on the CA WAAE server

Name Type Description
dirOffset textBox The directory offset relative to the current working directory where the step should run.
contents textAreaBox Contents of JIL script to be executed
AUTOSYS textBox Autosys install directory
AUTOROOT textBox CA Workload Automation AE install directory
AUTOUSER textBox Location of the AutoUser directory on the agent
AUTOSERV textBox CA Workload Automation instance name (i.e. ACE)

    Version

  • 3.937202

launch-autosys-3.937202.zip

Uploaded: 17-Mar-2021 14:10

Release Notes

  • Community GitHub Release.

Related Plugins