R

Wednesday, September 14th, 2022 4:12 PM

Workflow Executing Multiple Times

Upon executing a workflow, I noticed that it was executing multiple times in a row.

After looking into the issue, I discovered that Eclipse/Flowable does not do a good job keeping the code organized if you add/remove nodes along with moving stuff around.

To resolve this issue, I evaluated the XML code and rearranged the tasks within the XML so that they executed in the correct order. Afterwards, the workflow executed correctly and only once.

643 Messages

 • 

2K Points

2 years ago

Thank you for proactively sharing this @rcraig.agloan.com!

1.2K Messages

2 years ago

Absolutely, we routinely have to manually fix workflows directly in the XML code.

Loading...