Skip to main content
kiaras1915
February 24, 2021
Question

The flow on the process model stops

  • February 24, 2021
  • 2 replies
  • 0 views

Hello!

How to debug an process model in order to find the reason why it stops?

when the flow comes from the node SLA, it pass the other check(OR node) normally and the flows continue, but if the flow comes form the SLA2 , it stops on the OR node(Feedback all positive?). at this point I do not have any instance, any of current task and any error shows. 

Where might be the problem? How I can find the solutions at this point?

Thank you !

2 replies

February 24, 2021

Add a script task before the OR gateway where the two flows will merge. See last paragraph in docs.appian.com/.../OR_Gateway.html.

kiaras1915
February 25, 2021

Thank you ! It works. All it need, was to add an empty script task before the OR gateway