Beispiel #1
0
        /// <summary>
        /// 发起自定义流程(任务系统)
        /// </summary>
        /// <param name="define"></param>
        public void CallCustomFlowTrigger(T_FLOW_CUSTOMFLOWDEFINE define)
        {
            EngineServicesBLL bll = new EngineServicesBLL();

            bll.CallCustomFlowTrigger(define);
        }