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
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.
Also note there may be some additional setup steps needed:
Also, what email address are you using? It doesn't seem to be made very clear in the documentation, but the format needs to be specific - "processmodel<process model id>@yourserver" - i.e. `processmodel1234@myProject.appiancloud.com` etc. I just tested this setup in one of my environments and it worked immediately (though I assume the necessary mail server setup detailed in my last reply was done a long time ago).
no sir, the emails are coming correctly, but it seems that the user "anonimous" (which is that one that Appian identifies as the user that send the email) doesn't have the right permission to perform some operations like write do data store entity in this case. I attach the error appeared and the flow process here
Just put the receive message event into the start node of the process and make the process receive public events.