You may schedule a process into Process Scheduler by PeopleCode
Local ProcessRequest &RQST;
&RQST = CreateProcessRequest();
&RQST.ProcessType = "Application Engine";
&RQST.ProcessName = "MYFIRSTAPPENGINE";
&RQST.RunControlID = &run_control_id;
&RQST.RunLocation = "Server";
&RQST.Schedule();
Local ProcessRequest &RQST;
&RQST = CreateProcessRequest();
&RQST.ProcessType = "Application Engine";
&RQST.ProcessName = "MYFIRSTAPPENGINE";
&RQST.RunControlID = &run_control_id;
&RQST.RunLocation = "Server";
&RQST.Schedule();