Skip to content

Workflow Settings

Workflow Settings affects both canvas editing and formal execution. Open it from the settings icon on a Workflow Management card or the workflow editor toolbar.

Workflow Settings
Workflow Settings

Defaults

New workflows use:

SettingDefaultPurpose
Layout directionHorizontalControls the Auto Layout direction
Node contentExpandedControls content display on canvas nodes
Auto-connectEnabledConnects nodes based on distance while dragging
Auto-connect distance150 pixelsSets the connection detection threshold
Default error handlingSkipDefines the initial behavior for a new node on error
On finishClose browserDetermines whether the browser profile closes or remains open when the task completes
Headless modeDisabledDetermines whether the browser window is hidden during execution
Save passwordsDisabledAllows or blocks browser password saving
Clear cache on closeDisabledClears cache when the profile closes
Workflow timeout0 seconds0 means no total duration limit
Delayed start0 minutesWait time before workflow execution
Launch argumentsEmptyAdditional browser launch arguments

Layout Direction

Select Horizontal or Vertical. After switching, the editor updates node port directions and runs Auto Layout again.

  • Horizontal: Suitable for many steps and few branches.
  • Vertical: Suitable for narrow windows or top-to-bottom reading.

Layout changes node arrangement only, not connections or execution order.

Node Content

Choose whether canvas node information is expanded or collapsed by default. Collapsed nodes use less space in large workflows. Expanded nodes make summaries easier to inspect during troubleshooting.

Auto-connect

When enabled, the editor attempts to create or adjust a connection as a dragged node approaches a compatible position.

A larger distance can trigger connections farther away; a smaller one requires the node to be closer. For a dense workflow, reduce the distance or temporarily disable Auto-connect to avoid unintended connections.

Always review arrow direction and the execution path after dragging.

Horizontal workflow layout
Horizontal workflow layout
Vertical workflow layout
Vertical workflow layout
Auto-connect distance
Auto-connect distance
IllustrationDescription
Horizontal layoutArranges node ports and Auto Layout horizontally
Vertical layoutArranges node ports and Auto Layout vertically
Auto-connect detectionAttempts to connect or adjust nodes inside the detection distance, which defaults to 150 pixels

Default Error Handling

The default defines the initial response for a new node:

  • Stop Workflow: Stops the active execution path.
  • Skip Current Node: Records the error and continues downstream.

A standard node can override this and select Run Alternative Actions to create a red error branch. The node-level setting takes precedence.

Use Stop Workflow for critical operations. Skip only noncritical data that the business process permits to be absent.

Browser Behavior

On Finish

OptionFunction
Close browserCloses the corresponding browser profile when the task completes
Keep openKeeps the corresponding browser profile running after the task completes for further inspection or page operations

When Keep open is selected, the browser profile and system resources remain occupied.

Headless Mode

Runs without displaying a browser window. Headless mode suits stable background tasks. Keep it disabled when first configuring page interactions so clicks, input, and navigation remain observable.

Save Passwords

Allows the browser to save passwords during workflow execution. Before processing sensitive accounts, confirm that local security policy and business requirements permit this behavior.

Clear Cache on Close

Clears cache when the profile closes. Test workflows that depend on cache state to prevent a different page state at the next launch.

Execution Limits

Workflow Timeout

Limits total workflow duration in seconds. 0 means unlimited.

Workflow timeout differs from the per-profile execution timeout in a task. Review both during formal execution so a long workflow is not terminated early by the task timeout.

Delayed Start

Waits the configured number of minutes before workflow execution. Use it when a profile needs preparation time after launch, not as a substitute for waiting between nodes.

For page loading or API responses, use Wait for Duration, Wait for Element, or Wait for Request.

Launch Arguments

Add arguments to the browser launched for the workflow, such as a supported option that disables notification prompts.

When both the workflow and browser profile define launch arguments, workflow arguments take precedence. Debug again after changes to ensure that the browser starts and page features still work.

Workflow runtime settings
Workflow runtime settings

Save Settings

  1. Change the required options.
  2. Click Confirm in the dialog.
  3. If this is a new workflow, save it for the first time.

Confirming updates settings directly for a saved workflow. A new workflow requires its first save; select Save if an unsaved-changes prompt appears when leaving.