mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-28 06:31:51 +00:00
fix 修复 抄送后有多条记录信息展示错误
fix 修复 调整模型部署错误 add 增加 流程记录版本信息
This commit is contained in:
@@ -67,4 +67,12 @@ public interface RemoteWorkflowService {
|
||||
*/
|
||||
void setVariablesLocal(String taskId, Map<String, Object> variables);
|
||||
|
||||
/**
|
||||
* 按照业务id查询流程实例id
|
||||
*
|
||||
* @param businessKey 业务id
|
||||
* @return 结果
|
||||
*/
|
||||
String getInstanceIdByBusinessKey(String businessKey);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user