You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel like I'm missing something here. I have a workflow instance with an error in it and the template has the default error behaviour set to Terminate. I'm also using postgres for persistance. The workflow instance doesn't terminate, it just keeps going around and around, attempting to execute the bad step. I have an OnStepError configured, and breaking on that, I see that the workflow instance status is marked as Terminated, however the database workflow instance status is still 0 (runnable). Is there a configuration step I'm missing here?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I feel like I'm missing something here. I have a workflow instance with an error in it and the template has the default error behaviour set to Terminate. I'm also using postgres for persistance. The workflow instance doesn't terminate, it just keeps going around and around, attempting to execute the bad step. I have an OnStepError configured, and breaking on that, I see that the workflow instance status is marked as Terminated, however the database workflow instance status is still 0 (runnable). Is there a configuration step I'm missing here?
Beta Was this translation helpful? Give feedback.
All reactions