|
@@ -463,7 +463,8 @@ public class WorkflowController : BaseController
|
|
|
HandlerTypeOptions = EnumExts.GetDescriptions<EHandlerType>(),
|
|
|
CountersignMode = EnumExts.GetDescriptions<ECountersignMode>().Where(d => d.Key != 1),
|
|
|
BusinessPropertyOptions = EnumExts.GetDescriptions<EBusinessProperty>(),
|
|
|
- StepPropertiesOptions = await _systemDomainService.GetSysDicDataByCodeAsync(SysDicTypeConsts.WorkflowStepComponent, HttpContext.RequestAborted)
|
|
|
+ StepPropertiesOptions = await _systemDomainService.GetSysDicDataByCodeAsync(SysDicTypeConsts.WorkflowStepComponent, HttpContext.RequestAborted),
|
|
|
+ PathPolicyOptions = EnumExts.GetDescriptions<EPathPolicy>(),
|
|
|
};
|
|
|
}
|
|
|
|