run a process model 24h/24 7 days/7 every weeks

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

Parents Reply
  • +1
    Certified Lead Developer
    in reply to Dave Lewis
    someone with all the permissions ever, and who is configured by system admin and is not a real person, and won't ever leave, such as a "Process Designer" make-believe account.

    Luckily these days this is pretty easy to do with automated deployment, set up to use an Admin user who's dedicated as a Service Account.  5 or 6 years ago before they had any of these features, we had to do deployments as one of the developers, then run a process that looped through every process model and ran the "republish as user" node (for every PM requiring it) to republish them under an internal account.  In that case, we had a 100% PIV-card-login requirement by the customer's "security department", so we couldn't just login as a special user at import time.  Needless to say, it was very satisfying when I could finally set up that environment for automated imports under a service account.

Children