feat(ai-web): 移除liteflow入参,该用自己实现的流程引擎
This commit is contained in:
@@ -30,9 +30,6 @@ public class FlowTaskTemplate extends SimpleEntity {
|
||||
@Comment("模板入参Schema")
|
||||
@Column(nullable = false, columnDefinition = "longtext")
|
||||
private String inputSchema;
|
||||
@Comment("LiteFlow流程表达式")
|
||||
@Column(nullable = false, columnDefinition = "text")
|
||||
private String flow;
|
||||
@Comment("前端流程图数据")
|
||||
@Column(columnDefinition = "longtext")
|
||||
private String flowGraph;
|
||||
|
||||
Reference in New Issue
Block a user