&RQST = CreateProcessRequest(); /* Schedule AE Process */ &RQST.ProcessType = "Application Engine";
&RQST.ProcessName = "Process Name";
&RQST.RunControlID = &RunCntlID;
&RQST.RunLocation = &wfServer;
&RQST.OutDestType = "%OutputDirectory%";
&RQST.OutDestFormat = "SPF";
&curdttmoffset = &curdttmoffset + &Delay;
&RQST.RunDateTime = AddToDateTime(%Datetime, 0, 0, 0, 0, &curdttmoffset, 0);
&RQST.TimeZone = %ServerTimeZone;
&RQST.Schedule();
No comments:
Post a Comment