Skip to main content
This processor decides the workflow’s next steps based on a specific condition. The On Success and On Error sections are explained in detail here.
Example checking the wallet balance

Example checking the wallet balance

In the Uniswap swap workflow, if the wallet’s 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

Example Swap Uniswap workflow