Hi there,
I’ve got a process checking if an email is found, and if it is it runs a Start Job acitivty.
I’ve entered the package name and environment, but I’m recieving a “An invalid result was encountered for parameter Process Name” error.
The only thing I can possibly think of would be that my process name includes a “_”, which is needed in the activiy to diferentiate process and environment. Eg. “Gen_CSV_Production”
If you have any ideas there please let me know!
Thanks,
Shane
Hi Shane,
I created a process with the same name and I was able to use the Start Job activity without any errors.
Can you check these things -
- Start Job activity as the description says starts a job on the Orchestrator. Is your process - Gen_CSV_Production on Orchestrator?
- While using the Start Job activity, check if you are pointing to the correct folder on the Orchestrator
Let me know if any of this worked out for you
@shane_Curran, I got the same error when running StartJob.
The process is in Orchestrator, the studio is pointing to the correct folder. The question is other process in the same folder can be run in StartJob except this one. Would you please advise?