Conditional Logic
Set Conditional Logic.
The conditional logic provides an additional layer of granular control over the combined conditions criteria that should be met for the execution of the Lit Action. The Lit Action execution can be tailored to respond to varying situations, such as when a certain threshold has been exceeded or a specific condition has been satisfied, and the conditions can be checked according to a specified time interval.
The default condition logic is set with type EVERY
and no interval (i.e. continuous monitoring).
Keep in mind, if you've configured a WebhookCondition
or ContractCondition
with a very low interval, there's a possibility that your requests will get rejected due to rate limiting constraints from your provider or the endpoint that you're calling.
Conditional Logic Parameters:
Last updated