[PR #3] [MERGED] Add Support for workflow for both Blocking/Streaming #2

Closed
opened 2026-02-16 06:17:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-sdk-go/pull/3
Author: @KevinZhao
Created: 10/13/2024
Status: Merged
Merged: 10/31/2024
Merged by: @crazywoola

Base: mainHead: main


📝 Commits (7)

📊 Changes

3 files changed (+377 additions, -2 deletions)

View changed files

api_workflow.go (+210 -0)
📝 go.mod (+1 -1)
📝 test/api_test.go (+166 -1)

📄 Description

As title, I added support and testing scenario for basic Workflow API for invocations of Blocking and Streaming Mode.


🔄 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/langgenius/dify-sdk-go/pull/3 **Author:** [@KevinZhao](https://github.com/KevinZhao) **Created:** 10/13/2024 **Status:** ✅ Merged **Merged:** 10/31/2024 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`ccc5981`](https://github.com/langgenius/dify-sdk-go/commit/ccc5981f6efcab7d43f9747321543c8f53657be5) update - [`1d450c5`](https://github.com/langgenius/dify-sdk-go/commit/1d450c5d65291bf204bd43337cf02106902f9db1) update - [`88bf1dd`](https://github.com/langgenius/dify-sdk-go/commit/88bf1dd0cfd3926521172c6e89469f4d77c0f743) update - [`7b0b141`](https://github.com/langgenius/dify-sdk-go/commit/7b0b141caca5917741e3819ebcf7c57a6ab5e24c) fix - [`7aed327`](https://github.com/langgenius/dify-sdk-go/commit/7aed32731fe7b59de42c071ab7a336fd63bcbafe) update - [`b3f4e94`](https://github.com/langgenius/dify-sdk-go/commit/b3f4e94d65f075c3c6f03f51c1b102524658245c) update - [`6bbbc33`](https://github.com/langgenius/dify-sdk-go/commit/6bbbc3353fa3f8b013af91cc7176d4def2784b80) update ### 📊 Changes **3 files changed** (+377 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `api_workflow.go` (+210 -0) 📝 `go.mod` (+1 -1) 📝 `test/api_test.go` (+166 -1) </details> ### 📄 Description As title, I added support and testing scenario for basic Workflow API for invocations of Blocking and Streaming Mode. --- <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 06:17:47 -05:00
yindo closed this issue 2026-02-16 06:17:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-sdk-go#2