Page 1 of 1
How can I make a 'child node' to "Active" when "All of parent node" succeed?
Posted: Thu Jan 07, 2021 9:32 pm
by nuununuun
- 캡처.PNG (11.23 KiB) Viewed 530 times
Hi.
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?
Posted: Thu Jan 07, 2021 9:54 pm
by Tony Li
Hi,
Add a node (AB) with a condition that requires all parents are true:
- qmParentConditions.png (24.3 KiB) Viewed 528 times
Re: How can I make a 'child node' to "Active" when "All of parent node" succeed?
Posted: Thu Jan 07, 2021 10:30 pm
by nuununuun
Thanks!
Re: How can I make a 'child node' to "Active" when "All of parent node" succeed?
Posted: Thu Jan 07, 2021 10:30 pm
by Tony Li
Glad to help!