quick question a workflow starting failing in prod...
# suiteflow
t
quick question a workflow starting failing in production. The trigger is set to entry from a previous state with a transition of no conditions
a
I have started getting this error recently as well. I think it stems from having a transition or action that is trying to fire without the record being directly acted upon So for example if a user goes to the record and edit/save or clicks a button it would work fine But the system recognizing a condition is met with no user interaction causes the error To overcome this I have had to make that action a separate scheduled workflow. But I know it’s not ideal