Page 1 of 1

Calling Third Party Application with Element

Posted: Tue Sep 10, 2024 7:03 pm
by matt.baile
I have a workflow that needs to calla custom application located on our network and pass to it the file name as a parameter. As in "ConsoleApp_eProof.exe 288988_Thoren.pdf”. where 288988_Thoren.pdf is the file name of an incoming file.

Application: \\primus\bluelines\eProofs_s3App
Parameter "ConsoleApp_eProof.exe filename"

Would I set this up with the Generic application element or Execute command?

Re: Calling Third Party Application with Element

Posted: Wed Sep 11, 2024 8:20 am
by JimmyHartington
I would try with the "Execute command". See below.

In my case the command fails. Perhaps because I do not have the program. Or the program is not allowed to be on UNC-path.
Otherwise try to map the path to a drive-letter if possible.

Image

There is also the free app "Run command".
Which should be able to do some of the same things.

Image