Event Parameters

The following table describes the Event parameters when defining a pre-execution, execution or post execution operation step.

Name

Description

Previous Step

Runs the step according to the status of the previous steps:

  • Succeeded: Enables you to run the operation step if all previous operation steps succeeded.
  • Failed: Enables you to run the operation step if any previous operation step has failed. For example, for collecting error logs or the reason for failure in case such failure occurred in a previous step.

Parameter

Enables you to run the step according to a specific parameter value such as a Job Properties or Runtime parameter.

You may want to print an application message to the output only if the user selects it in Job Properties in the Planning domain.

You may want to retrieve application logs only if a specific error was printed in previous operation output.

Environment Variable

Enables you to run the step according to a user variable or system environment variable. You can define the Environment variable in the text box.

Control-M Variable

Enables you run the step according to a Control-M variable. You can define the variable in the text box.

Previous Job Execution

Enables you run the step according to whether the previous job execution failed.

You may want to run a “Recover” operation instead of a “Run from start” operation for a job that has failed.