I am trying to set up a desktop flow that I can call from a cloud flow. What I want that desktop flow to do is pretty simple:
- Run a program
- Pass the prograam a string parameter
I am not certain I am doing it correctly.
I use Windows Task Manager to run several tasks, all of which launch the same program but each task uses a different parameter string. Those all work fine, but instead of ONLY running those tasks at fixed intervals, I also need to run them when a flow creates new data that those tasks deal with via a utility.
In the task action, the value is
"C:\Program Files (x86)\<directory>\<programname>.exe" and the arugment is
Item to be processed
The latter has no quote marks, single or double.
For the run application step
- Should I include the "" marks around the patch and program name or omit them or use single '?
- Should the argumet string (parameter) be enclosded in " or ' or have none?
The desktop flow "seems" to run but I am unable to tell for sure.
Long time cloud flow developer but new to desktop.
Thanks in advance.