Previous Topic

Next Topic

Book Contents

Book Index

Defining an Execution Command Line operation step

This procedure describes how to define an Execution command line operation step.

After completing Execution operation steps you can validate, test and then deploy the job type. For more information about deployment, see Job type deployment.

To define an Execution operation step:

  1. Do the following:
  2. To run the operation step based on a specific event or condition, in the Conditions field, click I_AI_addnew and from the dropdown list select the parameters, as described in Condition parameters.

    NOTE: By default, the operation step only runs if the previous step succeeded. If you want the operation step to run regardless of the result of the previous operation, delete the condition by clickingI_AI_delete_cond.

  3. In the Type field, ensure that you select Command line.

    NOTE: To change the operation type, from the dropdown list select either Web Service or REST API.

  4. In the Command Line field, type the command line script for the operation.

    NOTE: If you want to expand the Command Line field, click I_AI_CLI_des and when finished, click Update.

  5. Add a parameter by clicking I_AI_add.

    For more information about adding parameters, see Defining a parameter for command line.

  6. To define what happens when the job ends, in the Return Code Handling field, click I_AI_addnew.

    For more information about Return Code Handling rules, see Return Codes.

  7. To define how output should be handled, in the Output Handling field, clickI_AI_addnew.

    For more information about Output Handling rules, see Output Handling rules.

  8. If you want to add job completion verification select the Verify operation completion checkbox.

    For more information, see Defining a Command Line job completion verification rule.

  9. If you want to attach content to job output do any of the following:
  10. To define how the job runs in the Monitoring domain, from the Execution operation step, click I_AI_option_drop and select Runtime information capture.

    For more information, see Defining a Command Line runtime data rule.

  11. To define how to stop the job manually, from the Execution operation step, click I_AI_option_drop and select Manual abort operation.

    For more information, see Defining a Command Line manual abort operation rule.

    NOTE: You can also duplicate, clear content, add or delete a step. If you have created more than one Execution operation step, you can move the priority by clicking Move up or Move down.

Parent Topic

Command Line operation steps