Portal Community

Status Visual Reference

Pending
Running
Completed
Failed
Skipped
Suspended

Status Definitions

StatusBorderIconMeaning
PendingGrey, solidEmpty circleNode has not been reached yet in this execution
RunningBlue, pulsingSpinning loaderNode is actively executing on the backend right now
CompletedGreen, solidCheckmarkNode finished successfully and output is available
FailedRed, solidX markNode threw an error. Check Node Inspector for details.
SkippedGrey, dashedDashNode was bypassed — its incoming edge condition was false
SuspendedAmber, solidPause iconNode waiting for human input (HIL suspend)

How Status Updates Work

Status updates flow through this pipeline:

  1. Backend Process Engine changes node status in database
  2. Backend emits NodeExecutionStarted / NodeExecutionCompleted / NodeExecutionFailed SignalR event
  3. useNodeExecutionSync hook receives the event
  4. Calls designerModeStore.setNodeStatus(nodeId, status)
  5. React re-renders the node component with the new status class

Status Duration Tooltip

Hovering over a completed, failed, or skipped node shows a tooltip with:

Click the node to open the full Node Inspector with input/output data.