Question
CTS
CTS
IN
CTS
Posted: Jul 17, 2024
Last activity: Jul 18, 2024
Last activity: 18 Jul 2024 5:07 EDT
Closed
Forward and Backward chaining
Hello
Explain the differences between forward and backward chaining
***Edited by Moderator Marije to add Capability tags***
To see attachments, please log in.
@PradeepC17208026
Forward chaining is executed when the value of any of the source properties change.
Backward Chaining mode executes when the target property is referenced. Backward chaining is supported only for declare expressions.
Example of forward chaining: A+B=C when property A and B value changes we need to calculate C value.
Example of backward chaining: A=B+C when property B and C value changes we need to calculate A value.