Automatic retries
TheRetriesUntilSuccess field ensures critical operations complete even when network conditions cause temporary failures.
- Retries happen automatically on failure
- A delay is applied between retries
- Total attempts = 1 (initial) + RetriesUntilSuccess
Using dynamic parameters
Reference event data in your transaction parameters usingre.event():
Use cases
The following use cases demonstrate Kwala’s transaction manager in action:Auto top-up wallet
Automatically fund wallets when balance is low
Game reward payouts
Call payout functions on game contracts
Next steps
Actions
Learn about all available workflow actions
Configure workflow
Set up contract calls in the workflow builder
