Run safely
Understand Test mode
Select blockchain test networks without confusing a run with a simulation.
Test mode chooses the configured test network for supported blockchain operations. With Test mode off, blockchain routing uses live networks.
Set the network before running#
Select the workflow’s Test mode setting and check the configured test network and RPC route for each chain it uses. The runtime rejects a blockchain route whose network does not match the workflow’s mode.
Stop a running workflow and deactivate its schedule before changing Test mode. This keeps the network choice stable while it is executing.
A test network still performs actions#
A transaction on a test network is still a transaction on that network. It can require a funded test wallet and supported protocol deployments. A protocol available on mainnet may not be deployed on the selected test network.
Test mode does not provide a universal dry run. HTTP requests, email delivery, Telegram messages, file writes, and State updates can still happen. For a first run, use a self-contained example or configure destinations that you control.
Review imported files#
Workflow files include the author’s Test mode setting. Inspect it after import, along with the graph and its setup requirements. Imports are inactive, giving you a chance to configure your copy before execution.
Move to live operation deliberately#
Check the runtime, RPC, wallet, recipient addresses, amounts, and schedule together. Run once and inspect the result before activating repeated execution.
Read wallets and transaction safety for signing workflows, and troubleshooting when a route or protocol rejects a test-network operation.