|
@@ -632,6 +632,7 @@ public class WorkflowApplication : IWorkflowApplication, IScopeDependency
|
|
|
CurrentStepType = currentStep.StepType,
|
|
|
CurrentHandlerType = currentStep.HandlerType,
|
|
|
CurrentTag = currentStep.Tag ?? string.Empty,
|
|
|
+ CurrentIsCountersignEndStep = currentStep.IsCountersignEndStep,
|
|
|
TimeTypeOptions = EnumExts.GetDescriptions<ETimeType>().ToList(),
|
|
|
IsMainHandlerShow = workflow.WorkflowDefinition.IsMainHandlerShow,
|
|
|
StepId = currentStep.Id,
|