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.
Roger Craig
Posted 3 years ago · Edited 1 year ago·Last reply 3 years ago
2 comments
arthurburkhardt
·3 years ago · EditedAbsolutely, we routinely have to manually fix workflows directly in the XML code.
Alexandra Jorgenson
Admin3 years ago · EditedThank you for proactively sharing this @rcraig.agloan.com!