cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering Process by Outlook- Read Process name from Email

NarayanShrawagi
Level 6
Hi, I have developed a solution where I am triggering a process by a rule in outlook(Using Batch file- Command prompt). But my requirement is to get "process name" from outlook email , rather than current case where it is starting process which is named in batch file.  Any suggestions how can I achieve this?
Narayan
3 REPLIES 3

NarayanShrawagi
Level 6
Please can anyone suggest some workaround
Narayan

JeremyYong
Level 3
1. Create a process that will read the process name (e.g. name ""Process Selector"") 2. Insert a choice stage with branches for each possible process name. In each branch, link up the process you need to run for the corresponding name 3. Configure the control room to run the process name (in this case ""Process Selector"")

NarayanShrawagi
Level 6
@Jeremy  I have done this by using Command Prompt. It solved my purpose as I  need to write each process name in the studio.
Narayan