Exemple #1
0
        public void RetryWorkflow()
        {
            K2Services svc = new K2Services();

            svc.AppConfig = this.AppConfig;
            svc.RetryWorkflow();
        }
Exemple #2
0
        public List <IIFWorklistItem> ListIIFWorklistItem(IIFWorklistItem_Filter filter)
        {
            K2Services svc = new K2Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListIIFWorklistItem(filter));
        }