BOT scheduling using programming language
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-02-20 05:07 AM
Is there any other way to schedule or run bot external program using CMD.
------------------------------
srihari j
Application Development Analyst
Accenture
Asia/Kolkata
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-02-20 05:37 AM
If you don't want to use the BP inbuild scheduler, you can still use any of the scheduler available to you.
One of the easiest way to do it is:
1- All BP processes can be run via the cmd line. Check for command line reference in the help section of BP software itself.
2- You can write the cmd line for running the process you want in batch file and trigger that batch file from external scheduler as per your wish.
------------------------------
Vivek Goel
"If you like this post, please press the "Recommend" Button.
------------------------------
One of the easiest way to do it is:
1- All BP processes can be run via the cmd line. Check for command line reference in the help section of BP software itself.
2- You can write the cmd line for running the process you want in batch file and trigger that batch file from external scheduler as per your wish.
------------------------------
Vivek Goel
"If you like this post, please press the "Recommend" Button.
------------------------------
