Skip to content

Commit

Permalink
Update process definition
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih committed Jul 20, 2023
1 parent 4b88af6 commit 0979299
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
*/
public abstract class ProjectProcessorAbstract extends SvrProcess {
/** Process Value */
private static final String VALUE_FOR_PROCESS = "ECA46_Project_Processor";
private static final String VALUE_FOR_PROCESS = "ECA46_Run_Project_Processor";
/** Process Name */
private static final String NAME_FOR_PROCESS = "Project Processor";
/** Process Id */
private static final int ID_FOR_PROCESS = 1000001;
private static final int ID_FOR_PROCESS = 54658;
/** Parameter Name for Project Processor */
public static final String C_PROJECTPROCESSOR_ID = "C_ProjectProcessor_ID";
/** Parameter Value for Project Processor */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
*/
public abstract class RequestProcessorAbstract extends SvrProcess {
/** Process Value */
private static final String VALUE_FOR_PROCESS = "ECA46_Request_Processor";
private static final String VALUE_FOR_PROCESS = "ECA46_Run_Request_Processor";
/** Process Name */
private static final String NAME_FOR_PROCESS = "Request Processor";
/** Process Id */
private static final int ID_FOR_PROCESS = 1000000;
private static final int ID_FOR_PROCESS = 54660;
/** Parameter Name for Request Processor */
public static final String R_REQUESTPROCESSOR_ID = "R_RequestProcessor_ID";
/** Parameter Value for Request Processor */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
*/
public abstract class SchedulerProcessorAbstract extends SvrProcess {
/** Process Value */
private static final String VALUE_FOR_PROCESS = "ECA46_Scheduler_Processor";
private static final String VALUE_FOR_PROCESS = "ECA46_Run_Scheduler_Processor";
/** Process Name */
private static final String NAME_FOR_PROCESS = "Scheduler Processor";
/** Process Id */
private static final int ID_FOR_PROCESS = 1000004;
private static final int ID_FOR_PROCESS = 54661;
/** Parameter Name for Scheduler */
public static final String AD_SCHEDULER_ID = "AD_Scheduler_ID";
/** Parameter Value for Scheduler */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public abstract class WorkflowProcessorAbstract extends SvrProcess {
/** Process Name */
private static final String NAME_FOR_PROCESS = "Run Workflow Processor";
/** Process Id */
private static final int ID_FOR_PROCESS = 1000003;
private static final int ID_FOR_PROCESS = 54659;
/** Parameter Name for Workflow Processor */
public static final String AD_WORKFLOWPROCESSOR_ID = "AD_WorkflowProcessor_ID";
/** Parameter Value for Workflow Processor */
Expand Down

0 comments on commit 0979299

Please sign in to comment.