Version 0.3.0
Published: April 23, 2026
Highlights
Section titled “Highlights”Version 0.3.0 improves node execution behavior with parameter handling, retry logic, and error handling. These changes make workflow runs easier to reason about and more resilient when a node fails or receives unexpected input.
Node Parameters
Section titled “Node Parameters”Improved parameter handling makes node configuration more predictable during execution. This matters when settings use mapped values from previous nodes or expressions that depend on the current item.
Relevant docs:
Retry Logic
Section titled “Retry Logic”Retry logic helps workflows recover from temporary failures, especially browser timing issues, slow pages, or services that briefly reject a request. Retries should be paired with clear waits and small input data so failures remain diagnosable.
Relevant docs:
Error Handling
Section titled “Error Handling”Error handling improvements make it easier to decide whether a workflow should stop, continue, or pass error information downstream. Use this when a missing field, empty extraction, or service failure should lead to a controlled fallback instead of a silent wrong result.
Relevant docs: