Commit Graph

8460 Commits

Author SHA1 Message Date
QuantumGhost
9c287ee0ae feat(api): adjust form submission run api
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
Separate `inputs` and `form_inputs` fields.
2026-01-13 11:08:31 +08:00
QuantumGhost
99937aba2e refactor(api): Unify Human Input handling logic 2026-01-13 10:39:55 +08:00
QuantumGhost
18fd308a81 fix(api): ensure display_in_ui is persisted 2026-01-13 09:30:42 +08:00
QuantumGhost
6bcd4ad740 fix(api): Ensure is_resumption for node_started event is correctly set 2026-01-13 09:25:44 +08:00
QuantumGhost
5523df6023 feat(api): adjust HumanInput single stepping endpoints 2026-01-13 08:38:38 +08:00
QuantumGhost
7b2e5383be chore: delete unused GitHub action file
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
2026-01-12 16:18:51 +08:00
QuantumGhost
564f39980e fix: ci pipeline 2026-01-12 14:10:38 +08:00
QuantumGhost
5881dfe3af chore(api): update deployment action 2026-01-12 13:50:42 +08:00
QuantumGhost
c1a99fe677 chore(api): add automatically deployment for HITL backend 2026-01-12 11:35:09 +08:00
QuantumGhost
b3069bf154 feat(api): expose workflow_run_id in human_input extra contents 2026-01-09 00:22:59 +08:00
QuantumGhost
c1215ad9ef temp(api): disable auth for webapp api 2026-01-09 00:21:58 +08:00
QuantumGhost
f988619d2c feat(api): adjust model fields and cleanup form creation logic 2026-01-08 10:27:52 +08:00
QuantumGhost
de428bc9bb feat(api): add human input data to extra contents 2026-01-08 10:21:53 +08:00
QuantumGhost
dac94b573e fixup! fix(api): prevent node from running after pausing 2026-01-08 10:11:47 +08:00
QuantumGhost
5d4f06fa67 feat(api): implement web app api properly 2026-01-08 10:07:16 +08:00
QuantumGhost
2a6b6a873e fix(api): prevent node from running after pausing 2026-01-08 10:03:22 +08:00
QuantumGhost
3c79bea28f fix(api): fix race condition between workflow execution and SSE subscription 2026-01-07 09:45:12 +08:00
QuantumGhost
001d2c5062 fix(api): fix invoke_from for workflow is not properly set 2026-01-06 17:19:53 +08:00
QuantumGhost
24362ce59e feat(api): add node_title to HumanInputFormFilled events 2026-01-06 16:48:31 +08:00
QuantumGhost
fb01b91b06 WIP: feat(api): implement delivery testing api 2026-01-06 08:54:06 +08:00
QuantumGhost
184f7ab144 WIP: feat(api): always use form_token to submit human input form 2026-01-06 08:53:24 +08:00
QuantumGhost
1ad2b97169 WIP: feat(api): do not return paused node_execution records & preserve node_execution_id across pause 2026-01-04 23:38:40 +08:00
QuantumGhost
77dc8a6edb test(api): fix broken tests 2026-01-04 23:23:58 +08:00
QuantumGhost
e6eb879c61 fix(api): fix human input form substitution
Fix the issues that output fields are not properly replaced for
humaninput form.
2026-01-04 16:50:24 +08:00
QuantumGhost
3ab1ad6530 WIP: feat(api): Implement HumanInputFormFilled event 2026-01-04 10:25:00 +08:00
QuantumGhost
a2e250ce0c WIP: fix(api): handle output variable replacement properly 2026-01-04 01:11:33 +08:00
QuantumGhost
6337a9a125 WIP: feat(api): add is_resumption to node_started and workflow_started events 2026-01-04 01:10:50 +08:00
QuantumGhost
f4642f85b7 fix(api): expose resolved_placeholder_values in HUMAN_INPUT_REQUIRED event 2025-12-31 11:29:04 +08:00
QuantumGhost
37dd61558c feat(api): Implement HITL for Workflow, add is_resumption for start event 2025-12-30 16:40:08 +08:00
QuantumGhost
01325c543f chore(api): fix tests 2025-12-26 17:17:00 +08:00
QuantumGhost
74b6b48f40 chore: fix: typing 2025-12-26 15:01:40 +08:00
QuantumGhost
513048c397 WIP: feat(api): hitl debugging 2025-12-26 12:35:05 +08:00
QuantumGhost
5d0dd329f2 WIP: human input timeout 2025-12-26 12:34:46 +08:00
QuantumGhost
203a3a68af WIP: huamninput email sending 2025-12-26 12:34:46 +08:00
QuantumGhost
e6fbf3a198 WIP: unify Form And FormSubmission 2025-12-26 12:34:46 +08:00
QuantumGhost
1f64281ce5 WIP: message extra contet 2025-12-26 12:34:46 +08:00
QuantumGhost
095eaabc0d WIP: feat: ExecutionExtraContent model 2025-12-26 12:34:45 +08:00
QuantumGhost
08175ab32a feat: support variable resolution, fix linting 2025-12-26 12:34:26 +08:00
QuantumGhost
23c6afe790 chore: remove breakpoint 2025-12-26 12:34:26 +08:00
QuantumGhost
1c64b90e9b chore: enable chatflow_execute queue in docker 2025-12-26 12:34:25 +08:00
QuantumGhost
dddcf1de6c WIP: api debugging 2025-12-26 12:33:30 +08:00
QuantumGhost
f368155995 resume test 2025-12-26 12:16:01 +08:00
QuantumGhost
c0f1aeddbe WIP: resume 2025-12-26 11:52:49 +08:00
QuantumGhost
c0e15b9e1b WIP: feat(api): human input service 2025-12-26 11:48:56 +08:00
QuantumGhost
c7957d5740 WIP: pause reasons 2025-12-26 11:48:45 +08:00
QuantumGhost
5b690f056d WIP: P5 api 2025-12-26 11:39:46 +08:00
QuantumGhost
43348ce1a6 WIP: P4 2025-12-26 11:39:28 +08:00
QuantumGhost
e47059514a WIP: P3 2025-12-26 11:36:40 +08:00
QuantumGhost
4f48b8a57d WIP: P2 2025-12-26 11:36:19 +08:00
QuantumGhost
8b914d9116 WIP 2025-12-26 10:45:23 +08:00