flow
(required): The input flow from the previous node in the spell.condition
(required): A boolean value representing the condition you want to assert as true. Default value is false
.description
(optional): A string describing the assertion. This can be helpful for understanding the purpose of the assertion when reviewing the spell. Default value is an empty string.flow
: The output flow to the next node in the spell. This output is only triggered if the assertion passes.flow
input to the output of the previous node in your spell.condition
input to the boolean expression you want to assert as true.description
for the assertion to make your spell more readable and maintainable.flow
output to the next node in your spell.description
helps clarify the purpose of the assertion.
flow
input or output can cause your spell to behave unexpectedly. Always ensure the node is properly connected in the flow.