Setting for Skip

all Processors are the same in this section

This section determines whether a Process should run after the preceding Processor has finished. By default, the Skip option is set to Continue running. In specific cases, you can choose Skip this Processor, and the script will bypass it and proceed to the next Processor

Example of the Skip section for the Uniswap Swap Processor

In the example above, the Uniswap Swap Processor will not run if the wallet balance stored in the variable WALLET_BALANCE is zero. When executing the script, it will skip the Uniswap Swap Processor and proceed to the next Processor, which is the Telegram notification. (WALLET_BALANCE is the variable that stores the result from the Balance retrieval Processor)

Last updated