Portal Community

Row Fields

FieldSourceNotes
Type iconNodeType.icon from paletteFont Awesome icon with the node category colour
Node nameWorkflowNode.labelThe user-defined name set when the node was created
Node typeWorkflowNode.typeShown in smaller text below the name (e.g., "HTTP Request")
Status badgenodeStatuses[nodeId].statusColour-coded: grey/blue/green/red/dashed-grey
DurationNodeExecutionCompleted.durationMsShown as "342ms" or "1m 2s" — only after the node completes
Retry countNodeExecutionCompleted.retryCountNumber of automatic retries before this result. "0 retries" = first attempt succeeded

Status Badge Colours

StatusVisualDescription
pendingGrey, solidNode is queued — not yet reached
runningBlue, pulsingNode is currently executing
completedGreen, solidNode finished successfully
failedRed, solidNode threw an unhandled error
skippedGrey, dashed borderCondition evaluated false — node was bypassed
suspendedAmber, solidNode is awaiting user input (HIL)

Retry Count Meaning

The retry count shows how many additional attempts the Process Engine made after the first attempt. A count of 0 means the node succeeded or failed on its first attempt. A count of 2 means two retries were attempted after the initial failure:

Duration Shows — Only After Completion Duration is always blank while a node is running (because it has not finished yet). It appears in the row immediately when the NodeExecutionCompleted or NodeExecutionFailed event arrives.