Timer vs Batch Job

As per our business requirement, we need to wait for 7 days for every case means every instance of process model remains active for 7 days if Appian timer is being used. what is the best approach Appian timer , batch job or any other alternative timer approach?

OriginalPostID-232045

  Discussion posts and replies are publicly visible

Parents
  • I believe you are concerned about memory usage here. In that case:
    You may try storing start date of every case in database (i.e. +7 days). Create a process that shall poll the data from database everyday and start cases scheduled for the day. Keep it short lived and delete the process after completion. This would save process instances from lying idle.
    Hope it helps!
Reply
  • I believe you are concerned about memory usage here. In that case:
    You may try storing start date of every case in database (i.e. +7 days). Create a process that shall poll the data from database everyday and start cases scheduled for the day. Keep it short lived and delete the process after completion. This would save process instances from lying idle.
    Hope it helps!
Children
No Data