mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-23 12:33:32 +08:00
fix issue #I3NU1A
增加流程运行时可以选择执行人或角色。包括流程审批、流程节点创建时,开始节点的下一个节点处理
This commit is contained in:
@@ -12,5 +12,10 @@ namespace OpenAuth.App.Response
|
||||
{
|
||||
get { return FormUtil.Preview(this); }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 下个节点的执行权限方式
|
||||
/// </summary>
|
||||
public string NextNodeDesignateType { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user