HCL Workload Automation, Version 9.4

Additional string parameters

The generic branch job performs the pattern search by using the grep command, which accepts several input parameters. To refine the pattern search for the generic branch job, you can use IS_CASE_SENSITIVE_i and IS_REGULAR_EXPRESSION_i.

Use the parameters as follows:
IS_CASE_SENSITIVE_i
To switch on or off a case sensitive search. The default is YES.
IS_REGULAR_EXPRESSION_i
To switch on or off a search based on regular expressions. The default is NO.
Note: The suffix _i, is the index of the particular subcondition.

For a description about how to specify the parameters to the branch job, see Specifying the branch job parameters.