Job & Job Setting Configuration

Job Configurations

S.No

Field

Possible Value

Purpose/Description

Mandatory

1

Job Name

Job name

Name of the job to be configured

Yes

2

Client Name

Client_id

Client id for which the job has to be created

Yes

3

Time Interval Type

Monthly

or

relative

Frequency of the job daily/weekly(Relative) /monthly (Monthly)

Yes

4

Interval Type

INTERVAL_AFTER_LAST_FINISH or

INTERVAL_AFTER_LAST_START

To configure the next run of the job based on last start time or last end time

Yes

5

Job Interval

TIME IN MINUTES

Frequency of the job i.e every hour or every one day etc..

Yes

6

Job Status

STOPPED / RUNNING

Current status of the Job

Yes

7

Next Run Time

CHOOSE FROM CALENDER

The next run time for the job to run

Yes

8

Last Scheduled Start Time

CHOOSE FROM CALENDER

The time at which the job run at last

Yes

9

Retry Enabled

☑️ or ⬜

This field is to enable retry option if it is failed

No

10

Job Code

Unique code for the job without blank spaces

The unique code for the job if it is an async job

No

Job settings configurations

S.No

Key

Possible Value

Purpose/Description

Mandatory

1

FAILED_JOB_EMAIL_ENABLED

Yes/no

This setting is to enable failure notification mail feature at job level

No

2

FAILED_JOB_EMAIL_SUBJECT

Subject for the mail

The subject for the email should be given here

No

3

FAILED_JOB_EMAIL_FROM

From mail id

Sender mail id

No

4

FAILED_JOB_EMAIL_TO

To mail id

Receiver mail id (with comma separated)

No

5

FAILED_JOB_EMAIL_FROM_NAME

From mail id name

Sender mail name

No

6

FAILED_JOB_EMAIL_TEMPALATE

Html template to send mail

Customized html freemarker template having details of particulars to be send as a mail

No

7

JOB_START_SEQUENCE

0 or 1

Start sequence of the job mostly 0 or 1

Yes

8

JOB_BATCH_SIZE

1 or 100 or 1000

Batch size or end sequence of the job

Yes

9

RUN_JOB_AGAIN_ENABLED

Yes/no

This setting is to enable batching and loop till number of batches it has

Yes

10

CONNECTION_AND_READ_TIMEOUT

Value in milliseconds

The time needed to wait for the response to an api/ftp/sftp

No

11

CLIENT_ID

Client_id

Client id for which the job has to be created

Yes

Last updated