Skip to content

Troubleshoot workflow validation

Confirm the execution account still exists in the organisation and supports the selected chain. Agent users must also confirm that the credential grant includes it.

Open the contract’s saved ABI, choose the canonical overload, and verify tuple component types. The workflow will not fetch a replacement ABI automatically.

Check address format, integer sign/range, bytes length, array/tuple shape, and variable kind. Avoid decimal JavaScript numbers for wei-sized values.

Every edge must reference an existing node. Remove cycles and ensure each executable path has the intended prerequisites.

Confirm dependencies completed, RPC is available, the contract view remains view/pure with one supported return value, and the predicate uses value correctly. A false condition cannot be manually overridden.

Refresh before editing further. A different tab or agent may have saved a newer revision or draft. Agents cannot replace an incomplete human draft.

Validation cannot edit frozen run data. Cancel it, correct and save the workflow, and stage a new run.