Hi,
How can I trigger a bot process using orchestrator API with one bot licence?
Regards,
Rohan
Hi,
How can I trigger a bot process using orchestrator API with one bot licence?
Regards,
Rohan
Please check below thread and follow the steps.
HI, Sorry @lakshman but how does this work with one licence? I know how to call the API but how do can you trigger another process on the same machine? 1 license
Do you want to run all Processes in single machine only right ?
@lakshman yes. We want each process triggered by a particular email received. call it a trigger process, it looks for emails and if it finds an email that is associated with a bot process in orchestrator it will call that process to start. But i dont think I can. if i create a process to look for emails to then trigger another process on the same machine with the same bot. its a conflict right?
Instead of that create one process only. If particular mail found run the process else stop.
Do you mean merge all bot processes into 1? or do you mean at the start of every process, have code to look for email and if recieved start the process?
May I know total how many processes are there ?
Could you please tell me overview of your all process for better understanding.
Sure,
So based on email received you have to trigger corresponding process right ?
Yes thats correct
Create one master process with all those processes included in it. This master should be like this.
First it will read mail from mail box and pass it to Switch Case activity.
Use Switch Case activity and create 50 cases with process and provide mail. Based on which mail you receive it will trigger corresponding process.
Thanks for helping. That will create a very essentially one big process right? Is there a way to do this without making one big bot process? by calling the orchestrator API bot process?
@lakshman any ideas?