Troubleshoot workflow validation
Account or chain is unavailable
Section titled “Account or chain is unavailable”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.
Function cannot be resolved
Section titled “Function cannot be resolved”Open the contract’s saved ABI, choose the canonical overload, and verify tuple component types. The workflow will not fetch a replacement ABI automatically.
Argument cannot be encoded
Section titled “Argument cannot be encoded”Check address format, integer sign/range, bytes length, array/tuple shape, and variable kind. Avoid decimal JavaScript numbers for wei-sized values.
Graph is invalid
Section titled “Graph is invalid”Every edge must reference an existing node. Remove cycles and ensure each executable path has the intended prerequisites.
Condition stays waiting
Section titled “Condition stays waiting”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.
Draft conflict
Section titled “Draft conflict”Refresh before editing further. A different tab or agent may have saved a newer revision or draft. Agents cannot replace an incomplete human draft.
Published run is wrong
Section titled “Published run is wrong”Validation cannot edit frozen run data. Cancel it, correct and save the workflow, and stage a new run.