Hi!
I'm trying to create or call windows script from workflow.
I have a windows script (.bat) that collects some information and loads it into a custom SQL table for WF to reference. This is to collect customer information out of another system. The script seems to work fine.
My issue is that i'd like to be able to run this script from the workflow. Even better, pass in an ID so it can control the information collected.
The script uses an ID to determine which customers details to collect. ideally i want to input the ID from a LF token then run the script.
Or is it possible to execute windows commands directly with the script activity?
Does anyone have any ideas?
Thanks
Mark