Skip to content

Workflow run status glossary

  • Staged: variables may change; the plan is not yet frozen.
  • Published: frozen and waiting for execution readiness.
  • Executing: at least one node is in active execution lifecycle.
  • Completed: every required node completed.
  • Failed: a terminal required action failed.
  • Cancelled: future txcast coordination stopped.
  • Blocked: prerequisites are incomplete.
  • Waiting: a condition or checkpoint is not yet satisfied.
  • Ready: the step can be prepared.
  • Proposed / Signing: a Safe proposal exists and signatures are being collected.
  • Ready to execute: Safe threshold or equivalent preparation is complete.
  • Executing: a transaction was submitted and awaits verification.
  • Executed: completion was verified.
  • Failed / Cancelled: terminal for that run path.

Attempts progress through prepared, proposed, signing, ready to execute, executing, and executed. They can instead become invalidated, rejected, failed, or cancelled.

Statuses are coordination views. Current chain receipts and Safe state remain authoritative, and sync may update the view after external activity.