We have a process inflight that has executed a node 10000 times. Unfortunately t

We have a process inflight that has executed a node 10000 times. Unfortunately the process is not done yet and needs to execute the node again. Each time we try to restart it, we get this error: The number of tasks per node for "Get Products" would exceed the limit of 10000. Is there any way to get around this?

OriginalPostID-138443

OriginalPostID-138443

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    There's also a useful batching pattern whereby the process starts an instance of itself; you're able to configure the end node to start the process again, with a database table or equivalent controlling what should be processed. It's often used for tasks that aren't time-critical but have large quantities of data to be processed.
Reply
  • 0
    Certified Lead Developer
    There's also a useful batching pattern whereby the process starts an instance of itself; you're able to configure the end node to start the process again, with a database table or equivalent controlling what should be processed. It's often used for tasks that aren't time-critical but have large quantities of data to be processed.
Children
No Data