Hi everyone,
I have to set up a process that is always run, 24 hours a day, 7 days a week.
The process is based on receiving emails that are sent to the starting node, I don't know exactly when they are sent and above all the cadence of the process is random: even hundreds of emails per minute can be sent at the end of the day or at regular intervals.
How do you set the timer trigger for this case?
p.s: i don't have the license to integrate Appian with RPA
Thank you all.
Discussion posts and replies are publicly visible
@albertob5031 - As I understand, the process needs to trigger if mail receive? If yes, in the start node we can create a trigger a receive a message and configure the event as mail.(Also in the properties of process model set the public events check box as enable if anyone can trigger the process). Please confirm its helps you based on my understanding.
Thanks,
Pradeep Sridharan
yes that correct sir, i've set up the process model like this, so have i to include the received message into the start node configured as a trigger?
Second node in your picture is wrong. What you do is configure the first node in your picture to do it. Then you can delete the Ricevi email node.
yes thank you very much!
Sorry sir, now i have another problem:
User Does Not Have Rights to Perform this Operation to the first process node of my flow. I don't have this issue if i start the process by myself (of course, i'm the admin)... Do you know how to permit anonymous user to perform this operation?
Did you make sure to account for the warning text seen here?
no warning here. This is how i configured the received node and the general process
What's your Process Model Security set to? That's what the red warning message I posted is referring to.
the admin group is set as administrator, the user group as viewer, for the others no setting such as in picture
As the message says, the process model will need to be made "public" (as in, any user can start it, as far as i know). I'm looking around now to try and remind myself what exact setting is used for that, but you might want to search on the same in the mean time.
it's already set on public, but still doesn't work. Now i change the security of the application, but still doesn't work
Sorry, I was incorrect - it appears you already do have the "public events" option selected. Are you saying that sending an email to the process doesn't successfully start it? Can you share details of what you've tried for this? Starting processes via email is not something I have too much experience with, though I do know it's supposed to be a supported use case.