[PR #9] [MERGED] integrate workflow tasks #10

Closed
opened 2026-02-16 03:16:39 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/template-workflow-data-extraction/pull/9
Author: @zhaotai
Created: 8/5/2025
Status: Merged
Merged: 8/7/2025
Merged by: @zhaotai

Base: mainHead: terry/progress


📝 Commits (5)

📊 Changes

19 files changed (+147 additions, -326 deletions)

View changed files

📝 test-proj/.copier-answers.yml (+1 -1)
📝 test-proj/ui/package.json (+1 -3)
📝 test-proj/ui/src/App.tsx (+17 -13)
test-proj/ui/src/components/workflow-trigger.tsx (+0 -115)
📝 test-proj/ui/src/lib/client.ts (+25 -3)
test-proj/ui/src/lib/data.ts (+0 -16)
📝 test-proj/ui/src/pages/HomePage.module.css (+4 -0)
📝 test-proj/ui/src/pages/HomePage.tsx (+23 -8)
📝 test-proj/ui/src/pages/ItemPage.tsx (+2 -2)
📝 ui/package.json (+1 -3)
📝 ui/package.json.jinja (+1 -3)
📝 ui/src/App.tsx (+17 -13)
ui/src/components/workflow-trigger.tsx (+0 -115)
📝 ui/src/lib/client.ts (+25 -3)
📝 ui/src/lib/config.ts (+1 -2)
ui/src/lib/data.ts (+0 -16)
📝 ui/src/pages/HomePage.module.css (+4 -0)
📝 ui/src/pages/HomePage.tsx (+23 -8)
📝 ui/src/pages/ItemPage.tsx (+2 -2)

📄 Description

Integrate

  • ApiProvider to better unify clients and api related configs
  • workflow-trigger
  • progress bar
  • all other workflow-task hooks

When testing, somehow workflow never finished execution. No logs. Need to take a look later.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/template-workflow-data-extraction/pull/9 **Author:** [@zhaotai](https://github.com/zhaotai) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/7/2025 **Merged by:** [@zhaotai](https://github.com/zhaotai) **Base:** `main` ← **Head:** `terry/progress` --- ### 📝 Commits (5) - [`ac31239`](https://github.com/run-llama/template-workflow-data-extraction/commit/ac31239f06fca96e17b2d3968584b07e703f661c) add progress bar - [`465f8af`](https://github.com/run-llama/template-workflow-data-extraction/commit/465f8af3b1f9a34ff3fdbb6f036db5ce28f185c3) update - [`8d3aa7f`](https://github.com/run-llama/template-workflow-data-extraction/commit/8d3aa7f3992b03d9835d4c45c178176437972f52) fix lint - [`667c88b`](https://github.com/run-llama/template-workflow-data-extraction/commit/667c88b3dcd0094b267441b75cf5b36581314493) fix prettier - [`16f7ddf`](https://github.com/run-llama/template-workflow-data-extraction/commit/16f7ddfbefa4a5fb7ff1d839269346ce38f6ec5c) fix file id ### 📊 Changes **19 files changed** (+147 additions, -326 deletions) <details> <summary>View changed files</summary> 📝 `test-proj/.copier-answers.yml` (+1 -1) 📝 `test-proj/ui/package.json` (+1 -3) 📝 `test-proj/ui/src/App.tsx` (+17 -13) ➖ `test-proj/ui/src/components/workflow-trigger.tsx` (+0 -115) 📝 `test-proj/ui/src/lib/client.ts` (+25 -3) ➖ `test-proj/ui/src/lib/data.ts` (+0 -16) 📝 `test-proj/ui/src/pages/HomePage.module.css` (+4 -0) 📝 `test-proj/ui/src/pages/HomePage.tsx` (+23 -8) 📝 `test-proj/ui/src/pages/ItemPage.tsx` (+2 -2) 📝 `ui/package.json` (+1 -3) 📝 `ui/package.json.jinja` (+1 -3) 📝 `ui/src/App.tsx` (+17 -13) ➖ `ui/src/components/workflow-trigger.tsx` (+0 -115) 📝 `ui/src/lib/client.ts` (+25 -3) 📝 `ui/src/lib/config.ts` (+1 -2) ➖ `ui/src/lib/data.ts` (+0 -16) 📝 `ui/src/pages/HomePage.module.css` (+4 -0) 📝 `ui/src/pages/HomePage.tsx` (+23 -8) 📝 `ui/src/pages/ItemPage.tsx` (+2 -2) </details> ### 📄 Description Integrate * `ApiProvider` to better unify `clients` and api related configs * `workflow-trigger` * `progress bar` * all other `workflow-task` hooks When testing, somehow workflow never finished execution. No logs. Need to take a look later. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:16:39 -05:00
yindo closed this issue 2026-02-16 03:16:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/template-workflow-data-extraction#10