mirror of
https://github.com/run-llama/template-workflow-data-extraction.git
synced 2026-07-13 21:22:04 -04:00
[PR #9] [MERGED] integrate workflow tasks #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:terry/progress📝 Commits (5)
ac31239add progress bar465f8afupdate8d3aa7ffix lint667c88bfix prettier16f7ddffix file id📊 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
ApiProviderto better unifyclientsand api related configsworkflow-triggerprogress barworkflow-taskhooksWhen 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.