Extracting Parametrs View Values from CMD
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-10-18 09:14 AM
Hi,
I am executing a process from CMD using AutomateC.exe.
After executing the process we can see the Log info using /getLog.
It shows information in the format of
execution time, session id, stage name, stage result
from the above format I can extract stage name, and its result.
Along with that, Is there any way to extract the values that we are initializing inside the stage?
Thanks and regards,
Sudharsan.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-10-18 03:42 PM
Take a look at this guide, within it there is an AutomateC VBO. It doesn't do exactly what you need but you should be able to adapt it to use /getlog
https://portal.blueprism.com/documents/blue-prism-dynamic-scheduler-exa…
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-10-18 07:26 AM
Thank you John for your continuous support. It helped me
