@@ -873,6 +873,7 @@ public class WorkflowApplication : IWorkflowApplication, IScopeDependency
Value = stepDefine.Name,
StepType = stepDefine.StepType,
BusinessType = stepDefine.BusinessType,
+ HandlerType = stepDefine.HandlerType,
Items = handlers
};
}