-
Notifications
You must be signed in to change notification settings - Fork 5
Exec by workflow ce #552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Exec by workflow ce #552
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ssions for workflow operations
…creation and execution
PR Reviewer Guide 🔍(Review updated until commit cf1d6d8)
|
PR Code Suggestions ✨No code suggestions found for the PR. |
…le updates to use JSON marshalling
|
Persistent review updated to latest commit cf1d6d8 |
PR Code Suggestions ✨No code suggestions found for the PR. |
LordofAvernus
approved these changes
Nov 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
关联的 issue
https://github.com/actiontech/sqle-ee/issues/2586
描述你的变更
确认项(pr提交后操作)
Tip
请在指定复审人之前,确认并完成以下事项,完成后✅
not_compatibleneed_update_doclink actiontech/sqle#3173
Description
新增工单执行相关字段与配置
实现非DQL语句通过工单执行流程
添加权限校验与执行上下文查询逻辑
更新API、存储与Swagger定义支持新特性
Diagram Walkthrough
File Walkthrough
18 files
增加工单ID字段到操作日志添加工单执行配置标识补充操作日志中工单ID字段新增非DQL SQL工单执行流程与权限校验添加保存工单操作日志接口增加工单执行配置到SQL查询配置新增操作日志字段常量: workflow_id更新DBService接口添加工单执行配置字段同步任务中增加工单执行配置字段数据存储转换中添加工单执行配置字段模型中增加工单执行配置与工单ID字段添加执行上下文查询的GraphQL语句补充SQL类型字段及优化审计返回更新API DB服务配置支持工单执行标识更新系统变量接口HTTP调用方式调整HTTP请求函数支持自定义Content-Type更新Swagger定义增加工单相关字段同步更新Swagger yaml增加工单执行相关字段