Task-Related Records Properties

Advanced Criteria

Note

These properties are for the Email Monitor task only.

Property

UI Field Name

Description

Specifications

Required

body

Body

If bodyFilter is any value other than None, Is Blank, or Is Not Blank; bodyFilter condition value.


N

bodyFilter

Body Filter

body filter condition to apply.

Valid values:

  • As String = None, As Value = 0
  • As String = Equals, As Value = 1
  • As String = Starts With, As Value = 2
  • As String = Contains, As Value = 3
  • As String = Ends With, As Value = 4
  • As String = Dos Not Equal, As Value = 5
  • As String = Dos Not Start With, As Value = 6
  • As String = Does Not Contain, As Value = 7
  • As String = Dos Not End With, As Value = 8
  • As String = Is Blank, As Value = 9
  • As String = Is Not Blank, As Value = 10
  • As String = Regex, As Value = 11

Default is None (0).

N

caseSensitive

Case Sensitive

Text-based filters should be treated as case-sensitive.

Boolean; Valid values: true/false. Default is false.

N

cc

Cc

If ccFilter is any value other than None, Is Blank, or Is Not Blank; ccFilter condition value.


N

ccFilter

Cc Filter

cc filter condition to apply.

Valid values:

  • As String = None, As Value = 0
  • As String = Equals, As Value = 1
  • As String = Contains, As Value = 3
  • As String = Dos Not Equal, As Value = 5
  • As String = Does Not Contain, As Value = 7
  • As String = Is Blank, As Value = 9
  • As String = Is Not Blank, As Value = 10
  • As String = Regex, As Value = 11

Default is None (0).

N

filterLogic

Filter Logic

Logic to apply when combining filters.

Valid values:

  • As String = And, As Value = 1
  • As String = Or, As Value = 2

Default is And (1).

N

from

From

If fromFilter is any value other than None; fromFilter condition value.


N

fromFilter

From Filter

from filter condition to apply.

Valid values:

  • As String = None, As Value = 0
  • As String = Equals, As Value = 1
  • As String = Contains, As Value = 3
  • As String = Dos Not Equal, As Value = 5
  • As String = Does Not Contain, As Value = 7
  • As String = Regex, As Value = 11

Default is None (0).

N

subject

Subject

If subjectFilter is any value other than None, Is Blank, or Is Not Blank; subjectFilter condition value.


N

subjectFilter

Subject Filter

subject filter condition to apply.

Valid values:

  • As String = None, As Value = 0
  • As String = Equals, As Value = 1
  • As String = Starts With, As Value = 2
  • As String = Contains, As Value = 3
  • As String = Ends With, As Value = 4
  • As String = Dos Not Equal, As Value = 5
  • As String = Dos Not Start With, As Value = 6
  • As String = Does Not Contain, As Value = 7
  • As String = Dos Not End With, As Value = 8
  • As String = Is Blank, As Value = 9
  • As String = Is Not Blank, As Value = 10
  • As String = Regex, As Value = 11

Default is None (0).

N

to

To

If toFilter is any value other than None, Is Blank, or Is Not Blank; toFilter condition value.


N

toFilter

To Filter

to condition to apply.

Valid values:

  • As String = None, As Value = 0
  • As String = Equals, As Value = 1
  • As String = Contains, As Value = 3
  • As String = Dos Not Equal, As Value = 5
  • As String = Does Not Contain, As Value = 7
  • As String = Is Blank, As Value = 9
  • As String = Is Not Blank, As Value = 10
  • As String = Regex, As Value = 11

Default is None (0).

N

Mutually Exclusive Tasks

Property

UI Field Name

Description

Specifications

Required

sysId

n/a

sysId of the task-to-exclusive-task relationship.


N

task

Exclusive Task

Name of this Mutually Exclusive task.


Y

type

Type

Type of Mutually Exclusive task.

Valid values:


  • Direct

Default is Direct.

N

Notes

Property

UI Field Name

Description

Specifications

Required

sysId

n/a

sys_id used within the Controller to identify this Note.


N

text

Text

Text of this note.


N

title

Title

Title of this note.


N

Restart Criteria

Note

These properties are for the z/OS task only.

Property

UI Field Name

Description

Specifications

Required

directives

Directives List

Collection of directive objects.

Valid values:

  • As String = Start, As Value = 1
  • As String = Skip, As Value = 2
  • As String = End, As Value = 3

Y
(if restartOption
is Restart Using Directives (3))

evaluationOrder

Evaluation Order

Order for restart criteria evaluation.

Integer; Restart criteria with a lower order are evaluated before restart criteria with a higher order.

N

programName

Program

Program name to match.

A blank value or an asterisk ( * ) will match any program name. Generic matching characters asterisk ( * ) and question mark ( ? ) match zero or more characters and one character, respectively.

N

pstepName

Procedure

Procedure step name to match.

A blank value or an asterisk ( * ) will match any procedure step name. Generic matching characters asterisk ( * ) and question mark ( ? ) match zero or more characters and one character, respectively.

N

restartOption

Auto-Restart Option

Method of step selection to perform for the restart.

Valid values:

  • As String = Restart From First Job Step, As Value = 1
  • As String = Restart From Matching Job Step, As Value = 2
  • As String = Restart Using Directives, As Value = 3

Default is Restart From First Job Step (1).

N

stepCodes

Condition Codes

Integer return codes from the program or ABEND codes.

Integer return codes are specified as a comma-separated list of integer values or ranges. Ranges are specified with a dash ( - ) separating the lower and upper bounds of the range. The z/OS job step return code range is 0-4095. ABEND codes are specified directly as either a user ABEND or a system ABEND. The ABEND code must be specified verbatim including leading zeroes.

Y

stepName

Step

Job step name to match.

A blank value or an asterisk ( * ) will match any job step name. Generic matching characters asterisk ( * ) and question mark ( ? ) match zero or more characters and one character, respectively.

N

sysId

n/a

sys_id used within the Controller to identify this Restart Criteria.


N

RunTime Parameters

Note

These properties are for the PeopleSoft task only.

Property

UI Field Name

Description

Specifications

Required

parameterName

Parameter Name

Name of this RunTime Parameter.


Y

parameterValue

Parameter Value

Value of this RunTime Parameter.


Y

processName

Process/Job Name

If command in PeopleSoft task = Schedule Process or Schedule Job; Name of this process/job.


Y

processType

Process Type

If command in PeopleSoft task = Schedule Process or Schedule Job; Type of this process.


Y

sysId

n/a

sys_id used within the Controller to identify this RunTime Parameter.


N

Step Conditions

Note

These properties are for the z/OS task only.

Property

UI Field Name

Description

Specifications

Required

programName

Program

Program name to match.

A blank value or an asterisk ( * ) will match any program name. Generic matching characters asterisk ( * ) and question mark ( ? ) match zero or more characters and one character, respectively.

N

pstepName

Procedure

Procedure step name to match.

A blank value or an asterisk ( * ) will match any procedure step name. Generic matching characters asterisk ( * ) and question mark ( ? ) match zero or more characters and one character, respectively.

N

stepAction

Action

Action to take and the task status to set if the Step Condition matches.

Valid values:

  • As String = Continue/Success, As Value = 1
  • As String = Continue/Failed, As Value = 2
  • As String = Halt/Failed, As Value = 3
  • As String = Askoper, As Value = 4

Default is Continue/Success (1).

N

stepCodes

Condition Codes

Integer return codes from the program or ABEND codes.

Integer return codes are specified as a comma-separated list of integer values or ranges. Ranges are specified with a dash ( - ) separating the lower and upper bounds of the range. The z/OS job step return code range is 0-4095. ABEND codes are specified directly as either a user ABEND or a system ABEND. The ABEND code must be specified verbatim including leading zeroes.

Y

stepName

Step

Job step name to match.

A blank value or an asterisk ( * ) will match any job step name. Generic matching characters asterisk ( * ) and question mark ( ? ) match zero or more characters and one character, respectively.

N

stepOrder

Evaluation Order

Order for step condition evaluation.

Integer; Step conditions with a lower order are evaluated before step conditions with a higher order.

N

sysId

n/a

sys_id used within the Controller to identify this Step Condition.


N

Stored Procedure Parameters

Note

These properties are for the Stored Procedure task only.

Property

UI Field Name

Description

Specifications

Required

description

Description

Description of this parameter.

Integer

N

isNull

Value is Null

Applies to the input part of a stored procedure parameter; Value for the parameter is a database NULL value.
 
That is, if a value in a database is undefined, it is NULL, which means it has no set value.
 
An input value can be NULL and is represented by selecting Value is Null.

Boolean; Valid values: true/false. Default is false.

N

ivalue

Input Value

If paramMode is Input and isNull is false; Input value of the parameter.


N

ovalue

n/a

If paramMode is Input/Output and isNull is false; Output value of the parameter.


N

paramMode

Parameter Mode

Mode of this parameter.

Valid values:

  • As String = Input, As Value = 1
  • As String = Output, As Value = 2
  • As String = Input/Output, As Value = 3

Default is Input (1).

N

paramType

Parameter Type

Type of Parameter

Valid values:

  • As String = NUMERIC, As Value = 2
  • As String = DECIMAL, As Value = 3
  • As String = INTEGER, As Value = 4
  • As String = SMALLINT, As Value = 5
  • As String = FLOAT, As Value = 6
  • As String = REAL, As Value = 7
  • As String = DOUBLE, As Value = 8
  • As String = VARCHAR, As Value = 12
  • As String = BOOLEAN, As Value = 3
  • As String = DATE, As Value = 91
  • As String = TIME, As Value = 92
  • As String = TIMESTAMP, As Value = 93
  • As String = VARBINARY, As Value = -3
  • As String = BIGINT, As Value = -5

Default is VARCHAR (12)

N

paramVar

Variable Name

If paramMode is Output or Input/Output; Name of the variable to assign the Output value.


Y

pos

Parameter Position

Position of this parameter within a list of parameters.

Integer

Y

sysId

n/a

sys_id used within the Controller to identify this parameter.


N

variableScope

Variable Scope

If paramMode is Output or Input/Output; Scope of the variable to assign the Output value.

Valid values:

  • As String = Self, As Value = 1
  • As String = Parent, As Value = 2
  • As String = Top Level Parent, As Value = 3
  • As String = Global, As Value = 4

Default is Self (1).

Y

Variables in Tasks

Property

UI Field Name

Description

Specifications

Required

description

Description

Description of this variable.


N

name

Name

Name of this variable.

Maximum 40 alphanumerics.

N

sysId

n/a

sys_id used within the Controller to identify this Variable.


N

value

Value

Value of this variable.


Y

Virtual Resources

Property

UI Field Name

Description

Specifications

Required

Mutually Exclusive

amount

Amount

Amount of resources to use for this task.

Integer

Y


sysId

n/a

sys_id used within the Controller to identify this Virtual Resource.


N


resource

Resource Name

Name of this Virtual Resource.

Maximum 40 alphanumerics.

Y
(unless resourceVar
is specified)

resourceVar

resourceVar

Resource [Unresolved]

Name of a variable that will be resolved at run time to the name of the Virtual Resource.

Format: ${variable name}.

Y
(unless resource
is specified)

resource