fix #I3SKUV 增加API和EF执行效率的监控

新增流程修改接口
增加启动及撤销判定
This commit is contained in:
yubaolee
2021-05-25 00:49:12 +08:00
parent d78b60764c
commit 452de01fb8
14 changed files with 269 additions and 25 deletions

View File

@@ -121,10 +121,14 @@ namespace OpenAuth.WebApi.Controllers
return result;
}
//添加或修改
/// <summary>
/// 更新流程
/// </summary>
/// <para>更新时可以修改表单内容,可以修改流程基本信息,但不能更换表单模版</para>
/// <returns></returns>
[HttpPost]
public Response Update(FlowInstance obj)
public Response Update(UpdateFlowInstanceReq obj)
{
var result = new Response();
try