|
@@ -488,6 +488,7 @@ public class WorkflowApplication : IWorkflowApplication, IScopeDependency
|
|
|
CurrentStepBusinessType = currentStep.BusinessType,
|
|
|
TimeTypeOptions = EnumExts.GetDescriptions<ETimeType>().ToList(),
|
|
|
IsMainHandlerShow = workflow.WorkflowDefinition.IsMainHandlerShow,
|
|
|
+ StepId = currentStep.Id
|
|
|
};
|
|
|
|
|
|
var currentStepDefine = _workflowDomainService.GetStepDefine(workflow.WorkflowDefinition, currentStep.Code);
|