Passing params to processes via Scheduler
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-11-18 04:28 AM
I have 2 processes which are identical except for 1 enivonment variable -- 1 report is monthly & 1 report is quarterly. Is there a way via Scheduler to pass a param saying "isQuarterlyRptSchedule=true" or "isMonthlyRptSchedule=true" ? I want to use the same process/objects for both, the only difference is which text string should the code look for in the email subject line.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-11-18 01:29 PM
Hi
You can pass parameters to a process via scheduler by passing ""Startup Parameters"" to a process.
The ""Startup Parameters"" are passed through Start Stage on Main Page of the process.
Hope this helps.
