فهرست منبع

fix: workflow continue on error doc link (#11554)

zxhlyh 4 ماه پیش
والد
کامیت
6f4cbe0bde
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      web/app/components/workflow/run/node.tsx
  2. 1 1
      web/app/components/workflow/run/status.tsx

+ 1 - 1
web/app/components/workflow/run/node.tsx

@@ -179,7 +179,7 @@ const NodePanel: FC<Props> = ({
                 <StatusContainer status='stopped'>
                   {nodeInfo.error}
                   <a
-                    href='https://docs.dify.ai/guides/workflow/error-handling/predefined-nodes-failure-logic'
+                    href='https://docs.dify.ai/guides/workflow/error-handling/error-type'
                     target='_blank'
                     className='text-text-accent'
                   >

+ 1 - 1
web/app/components/workflow/run/status.tsx

@@ -134,7 +134,7 @@ const StatusPanel: FC<ResultProps> = ({
             <div className='system-xs-medium text-text-warning'>
               {error}
               <a
-                href='https://docs.dify.ai/guides/workflow/error-handling/predefined-nodes-failure-logic'
+                href='https://docs.dify.ai/guides/workflow/error-handling/error-type'
                 target='_blank'
                 className='text-text-accent'
               >