How can I make a 'child node' to "Active" when "All of parent node" succeed?
How can I make a 'child node' to "Active" when "All of parent node" succeed?
So here is the thing. there are two parents nodes A and B. and there are two child nodes C and D.
C is connected to both of its parents, A and B.
D only connected to one parent, B.
What I want is set C to "Active" when both of its parents are set to True(or Success).
But right now, C set to "Active" even only one of its parent becomes true. (Like D)
How I can make C to be activated when both of its parents are succeed(or become true)?
Thanks.
Re: How can I make a 'child node' to "Active" when "All of parent node" succeed?
Hi,
Add a node (AB) with a condition that requires all parents are true:
Add a node (AB) with a condition that requires all parents are true: