mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
fix issue #I3NU1A
增加流程运行时可以选择执行人或角色。包括流程审批、流程节点创建时,开始节点的下一个节点处理
This commit is contained in:
@@ -32,8 +32,7 @@ namespace OpenAuth.WebApi.Controllers
|
||||
var result = new Response<FlowVerificationResp>();
|
||||
try
|
||||
{
|
||||
var flowinstance = _app.Get(id);
|
||||
result.Result = flowinstance.MapTo<FlowVerificationResp>();
|
||||
result.Result = _app.GetForVerification(id);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user