ProcessQueue executes already closed actions

0
I see that QueuedActions that are already Successfully Executed are executed again. In the screenshot one can see that the Action was already finished at 14h22 but started again at 16h58. How is this possible?
asked
1 answers
0

The queue itself doesn't re-add actions, only on startup any failed or incomplete actions will be re-scheduled. Do you have a process that could schedule the actions again? The queue doesn't look at status, if you call the Java action to execute, the queue will execute the action regardless of status or any other value the QueuedAction record might have.

answered