dify/web/app/components/workflow/hooks/use-workflow-run-event
twwu f654a7f704
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
feat: implement human input form handling and display components
2026-01-05 17:05:10 +08:00
..
index.ts feat: implement human input form handling and display components 2026-01-05 17:05:10 +08:00
use-workflow-agent-log.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-workflow-failed.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-workflow-finished.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-workflow-node-finished.ts feat: add workflow resume functionality and enhance handling of HumanInput node in workflow events 2025-12-30 18:30:32 +08:00
use-workflow-node-human-input-form-filled.ts feat: implement human input form handling and display components 2026-01-05 17:05:10 +08:00
use-workflow-node-human-input-required.ts feat: implement human input form handling and display components 2026-01-05 17:05:10 +08:00
use-workflow-node-iteration-finished.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-workflow-node-iteration-next.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-workflow-node-iteration-started.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-workflow-node-loop-finished.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-workflow-node-loop-next.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-workflow-node-loop-started.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-workflow-node-retry.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-workflow-node-started.ts refactor: optimize workflow variable handling and enhance node state management for resumption scenarios 2025-12-31 16:44:43 +08:00
use-workflow-paused.ts refactor: rename 'suspended' status to 'paused' across workflow components and update related styles 2025-12-26 14:50:47 +08:00
use-workflow-resume.ts feat: add workflow resume functionality and enhance handling of HumanInput node in workflow events 2025-12-30 18:30:32 +08:00
use-workflow-run-event.ts feat: implement human input form handling and display components 2026-01-05 17:05:10 +08:00
use-workflow-started.ts feat: add workflow resume functionality and enhance handling of HumanInput node in workflow events 2025-12-30 18:30:32 +08:00
use-workflow-text-chunk.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-workflow-text-replace.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00