Announcement

Collapse
No announcement yet.

Sequential/loop through BPM processes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Sequential/loop through BPM processes

    Hi all,

    I've configured a workflow that sends api calls when a certain field is changed.
    Because there are rate limits for this api, I want to know if I can configure this in such a way that the workflow finishes for one record and then moves on the the next.
    Currently If I mass update said field (on 200 records), espo starts the same workflow process for all records at the same time.

  • #2
    Fixed it by using scheduled workflow, based on a report filtered on that particular field and using action: start BPM process.

    Comment

    Working...
    X