|
@@ -665,6 +665,8 @@ public class WorkflowApplication : IWorkflowApplication, IScopeDependency
|
|
|
//ExpiredTime = workflow.ExpiredTime,
|
|
|
CanStartCountersign = currentStep.CanStartCountersign,
|
|
|
CurrentStepBusinessType = currentStep.BusinessType,
|
|
|
+ CurrentStepType = currentStep.StepType,
|
|
|
+ CurrentHandlerType = currentStep.HandlerType,
|
|
|
TimeTypeOptions = EnumExts.GetDescriptions<ETimeType>().ToList(),
|
|
|
IsMainHandlerShow = workflow.WorkflowDefinition.IsMainHandlerShow,
|
|
|
StepId = currentStep.Id,
|