Fix/workflow retry (#11999)
This commit is contained in:
parent
e068bbec73
commit
ef95b1268e
5 changed files with 130 additions and 29 deletions
|
|
@ -216,6 +216,11 @@ const NodePanel: FC<Props> = ({
|
|||
{nodeInfo.error}
|
||||
</StatusContainer>
|
||||
)}
|
||||
{nodeInfo.status === 'retry' && (
|
||||
<StatusContainer status='failed'>
|
||||
{nodeInfo.error}
|
||||
</StatusContainer>
|
||||
)}
|
||||
</div>
|
||||
{nodeInfo.inputs && (
|
||||
<div className={cn('mb-1')}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue