mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-15 13:56:53 +08:00
feat: workflow continue on error (#11474)
This commit is contained in:
@@ -38,6 +38,12 @@ const MetaData: FC<Props> = ({
|
||||
{status === 'succeeded' && (
|
||||
<span>SUCCESS</span>
|
||||
)}
|
||||
{status === 'partial-succeeded' && (
|
||||
<span>PARTIAL SUCCESS</span>
|
||||
)}
|
||||
{status === 'exception' && (
|
||||
<span>EXCEPTION</span>
|
||||
)}
|
||||
{status === 'failed' && (
|
||||
<span>FAIL</span>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user