|
@@ -329,8 +329,8 @@ namespace Hotline.FlowEngine.Workflows
|
|
|
StepDefine nextStepDefine, bool isNextDynamic, FlowAssignInfo flowAssignInfo,
|
|
|
DateTime? expiredTime, ISessionContext current, CancellationToken cancellationToken)
|
|
|
{
|
|
|
- ValidatePermission(workflow, current.RequiredOrgId, current.RequiredUserId, current.Roles);
|
|
|
- //CheckWhetherRunnable(workflow.Status);
|
|
|
+ //ValidatePermission(workflow, current.RequiredOrgId, current.RequiredUserId, current.Roles);
|
|
|
+ CheckWhetherRunnable(workflow.Status);
|
|
|
|
|
|
#region 办理当前节点
|
|
|
|