| | |
| | | |
| | | }; |
| | | |
| | | module method { |
| | | interface WorkflowService { |
| | | void test(); |
| | | |
| | | // 流程分类的增、删、改、查 |
| | | data::ProcessCategoryInfoList getProcessCategories(string parentId) throws common::VCIError; |
| | | data::ProcessCategoryInfoList getProcessCategoriesByPage(string parentId,long pageSize,long pageIndex ) throws common::VCIError; |
| | |
| | | bool deletePlwfpersonset(data::PlwfpersonsetInfo plwfpersonset)throws common::VCIError; |
| | | //重新设置任务节点负责人 |
| | | bool resetNodeUser(string executionId, common::data::StringArray taskNames, common::data::StringArray userNames) throws common::VCIError; |
| | | } |
| | | } |
| | | } |
| | | // }}} |