Activity attempt caused blocking

hello, I have encountered a problem. When a activity task fails, the next attempt will be added to the end of the queue. If a few tasks in a batch fail, they will be blocked by another batch of tasks submitted subsequently. If a activity task fails, can the activity task be put back to its original position in the queue?

Currently, there is no way to order activity tasks according to their scheduling time.

1 Like

Thanks for your reply. Is there any recommended way to implement this function or similar functions?

You can control workflow creation if these workflows are processing some data set. See Java batch samples.