Fix/workflow retry (#11999)

This commit is contained in:
zxhlyh 2024-12-23 15:55:50 +08:00 committed by GitHub
commit ef95b1268e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 130 additions and 29 deletions

View file

@ -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')}>