|
@@ -1250,7 +1250,7 @@ namespace Hotline.FlowEngine.Workflows
|
|
|
startStep.NextSteps = nextSteps;
|
|
|
startStep.IsMain = true;
|
|
|
startStep.IsOrigin = true;
|
|
|
- startStep.Status = EWorkflowStepStatus.WaitForHandle;
|
|
|
+ startStep.Status = EWorkflowStepStatus.WaitForAccept;
|
|
|
startStep.PrevChosenStepCode = null;
|
|
|
startStep.StepExpiredTime = expiredTime;
|
|
|
|