VISUAL BASIC

INTRODUCTION TO NET

APPLICATION DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Put the following steps in order for how to configure a task.Identify nodes in clusterIdentify class of objectSpecify activity to performAdd access group to AsyncProcessor
A
3, 1, 2, 4
B
3, 2, 1, 4
C
2, 3, 1, 4
D
2, 1, 3, 4
Explanation: 

Detailed explanation-1: -Use a job scheduler rule when there is no requirement to queue a reoccurring task. Unlike queue processors, the job scheduler must decide which records to process and establish each record’s step page context before working on that record.

Detailed explanation-2: -This can be done by clicking Override option which will disable the Job scheduler. Once disable click on Revert again then the Job scheduler will be enabled. Default Job schedulers that are provided by Pega cannot be stopped manually. Those can be stopped and started using Pega API’s.

Detailed explanation-3: -Job Scheduler in Pega is an internal background process operating on the server/node that runs business logic on a periodic/recursive basis.

Detailed explanation-4: -In the navigation pane of Admin Studio, click ResourcesJobs. Perform one of the following actions: To disable a job scheduler rule, in the State column, click Override next to the rule. To enable a job scheduler rule, in the State column, click Revert next to the rule. 07-Oct-2021

There is 1 question to complete.