-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi,
Sometimes when using multiple layers of actionflows (3-4 layers down) the action flow gets stuck "running" and never returns to the parent flow to complete the flow that called it.
For example
Flow -> Action Flow 1 -> Action Flow 2 -> Action flow 3 -> Action flow 4
Action flow 4 completes the flow, but does not return to action flow 3,
if you go to action flow 3 you still see "Running"
Also I don't know how to debug it,
there is no error, and most of the time it works, other times it just gets stuck "Running",
I verified this by putting a debug on the node before the action out node, and the flow does reach there and gets the msg.payload, so the msg.payload is in fact sent to the action out node.
is there a way to force it to finish running somehow via a timer for now or some other workaround?
thanks