Dacris.Maestro.Core.RunExe Interaction

Runs a command line.

Preconditions:

workingDir is current dir by default, args is the args line, exe is the exe file path.

Sample State.json Input

{
  "sampleKey": {
    "workingDir": "folder1/folder2/yourFile.txt",
    "args": "yourText",
    "exe": "folder1/folder2/yourFile.txt"
  }
}