This processor decides the workflow’s next steps based on a specific condition. The On Success andDocumentation Index
Fetch the complete documentation index at: https://docs.keeperagent.com/llms.txt
Use this file to discover all available pages before exploring further.
On Error sections are explained in detail here.

Example checking the wallet balance
WALLET_BALANCE (token balance) is greater than 0, that profile continues running; if the balance equal to 0, the flow ends and shifts to another profile, skipping the Swap Uniswap processor entirely.

Example Swap Uniswap workflow