mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
routine update
This commit is contained in:
parent
2900d52bc3
commit
4bd51b0264
@ -19,9 +19,10 @@ namespace OpenAuth.App
|
||||
private IUnitWork _unitWork;
|
||||
private WFProcessInstanceService wfProcessInstanceService;
|
||||
|
||||
public WFRuntimeService(IUnitWork unitWork)
|
||||
public WFRuntimeService(IUnitWork unitWork, WFProcessInstanceService service)
|
||||
{
|
||||
_unitWork = unitWork;
|
||||
wfProcessInstanceService = service;
|
||||
}
|
||||
|
||||
private string delegateUserList = "";
|
||||
|
@ -64,6 +64,7 @@ namespace OpenAuth.Mvc.Areas.FlowManage.Controllers
|
||||
public ActionResult CreateProcess(Guid wfSchemeInfoId, string wfProcessInstanceJson, string frmData)
|
||||
{
|
||||
WFProcessInstance wfProcessInstanceEntity = wfProcessInstanceJson.ToObject<WFProcessInstance>();
|
||||
wfProcessInstanceEntity.Id = Guid.Empty;
|
||||
string text = "创建成功";
|
||||
if (wfProcessInstanceEntity.EnabledMark == 1)//发起流程
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user