起步软件技术论坛
搜索
 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 5262|回复: 2

[结贴] 流转流程

[复制链接]

82

主题

211

帖子

647

积分

高级会员

Rank: 4

积分
647
QQ
发表于 2017-6-10 22:14:04 | 显示全部楼层 |阅读模式
版本: 小版本号:
数据库: 服务器操作系统: 应用服务器:
客户端操作系统: 浏览器:
[size=12.0000pt]您好老师,我看到了business-client,于是下载下来测试,我先执行了advanceProcessQueryAction,config.xml配置是
[size=10.0000pt]<?[size=10.0000pt]xml[size=10.0000pt] [size=10.0000pt]version="1.0"[size=10.0000pt] [size=10.0000pt]encoding="utf-8"[size=10.0000pt]?>
[size=10.0000pt]<[size=10.0000pt]config[size=10.0000pt]>
  [size=10.0000pt]<!-- 业务服务器的地址 -->
  [size=10.0000pt]<[size=10.0000pt]business-server[size=10.0000pt]>http://localhost:8080/BusinessServer[size=10.0000pt]</[size=10.0000pt]business-server[size=10.0000pt]>
  
  [size=10.0000pt]<!-- 登录用户名和密码 -->  
  [size=10.0000pt]<[size=10.0000pt]name[size=10.0000pt]>0023[size=10.0000pt]</[size=10.0000pt]name[size=10.0000pt]>  
  [size=10.0000pt]<[size=10.0000pt]password[size=10.0000pt]>123456[size=10.0000pt]</[size=10.0000pt]password[size=10.0000pt]>
  
  [size=10.0000pt]<!-- 需要执行的action列表,最后按给定的顺序执行,当前使用getSysParamsAction进行测试 -->  
  [size=10.0000pt]<[size=10.0000pt]actions[size=10.0000pt]>
   [size=10.0000pt]<!--  <action name="getSysParamsAction" process="/SA/OPM/system/systemProcess" activity="mainActivity"></action>  -->
     [size=10.0000pt]<[size=10.0000pt]action[size=10.0000pt] [size=10.0000pt]name="advanceProcessQueryAction" [size=10.0000pt]process="/SPICSD/CONT/process/ContentXM/contentXMProcess"[size=10.0000pt] [size=10.0000pt]activity="businessActivity2"[size=10.0000pt]>
             [size=10.0000pt]<[size=10.0000pt]parameters[size=10.0000pt]>
                     [size=10.0000pt]<[size=10.0000pt]parameter[size=10.0000pt] [size=10.0000pt]name="task"[size=10.0000pt]>
                             [size=10.0000pt]<[size=10.0000pt]simple[size=10.0000pt] [size=10.0000pt]type="http://www.w3.org/2001/XMLSchema#string"[size=10.0000pt]>ECC2BE4D920F4DD3AC136E0315614EAE[size=10.0000pt]</[size=10.0000pt]simple[size=10.0000pt]>
                     [size=10.0000pt]</[size=10.0000pt]parameter[size=10.0000pt]>
             [size=10.0000pt]</[size=10.0000pt]parameters[size=10.0000pt]>
     [size=10.0000pt]</[size=10.0000pt]action[size=10.0000pt]>
  [size=10.0000pt]</[size=10.0000pt]actions[size=10.0000pt]>
[size=10.0000pt]</[size=10.0000pt]config[size=10.0000pt]>
[size=12.0000pt]
[size=12.0000pt]
[size=12.0000pt]这个action返回的是ProcessControl
[size=12.0000pt]执行client.java .输出
[size=10.5000pt]
[size=10.0000pt]<[size=10.0000pt]root[size=10.0000pt]>
        [size=10.0000pt]<[size=10.0000pt]flag[size=10.0000pt]>true[size=10.0000pt]</[size=10.0000pt]flag[size=10.0000pt]>
        [size=10.0000pt]<[size=10.0000pt]message[size=10.0000pt] [size=10.0000pt]/>
        [size=10.0000pt]<[size=10.0000pt]code[size=10.0000pt] [size=10.0000pt]/>
        [size=10.0000pt]<[size=10.0000pt]reason[size=10.0000pt] [size=10.0000pt]/>
        [size=10.0000pt]<[size=10.0000pt]stack[size=10.0000pt] [size=10.0000pt]/>
        [size=10.0000pt]<[size=10.0000pt]messages[size=10.0000pt]>[][size=10.0000pt]</[size=10.0000pt]messages[size=10.0000pt]>
        [size=10.0000pt]<[size=10.0000pt]data[size=10.0000pt] [size=10.0000pt]xmlns:xbiz="http://www.justep.com/xbiz#"[size=10.0000pt]>
                [size=10.0000pt]<[size=10.0000pt]xbizbject[size=10.0000pt] [size=10.0000pt]class="com.justep.system.process.ProcessControl"[size=10.0000pt]>
                        [size=10.0000pt]<[size=10.0000pt]process-control[size=10.0000pt]>
                                [size=10.0000pt]<[size=10.0000pt]status[size=10.0000pt]>none[size=10.0000pt]</[size=10.0000pt]status[size=10.0000pt]>
                                [size=10.0000pt]<[size=10.0000pt]message[size=10.0000pt] [size=10.0000pt]/>
                                [size=10.0000pt]<[size=10.0000pt]postscript[size=10.0000pt] [size=10.0000pt]/>
                                [size=10.0000pt]<[size=10.0000pt]dialog-enabled[size=10.0000pt]>true[size=10.0000pt]</[size=10.0000pt]dialog-enabled[size=10.0000pt]>
                                [size=10.0000pt]<[size=10.0000pt]save-history[size=10.0000pt]>true[size=10.0000pt]</[size=10.0000pt]save-history[size=10.0000pt]>
                                [size=10.0000pt]<[size=10.0000pt]task-join[size=10.0000pt]>false[size=10.0000pt]</[size=10.0000pt]task-join[size=10.0000pt]>
                                [size=10.0000pt]<[size=10.0000pt]task-join-mode[size=10.0000pt]>tjmMultiple[size=10.0000pt]</[size=10.0000pt]task-join-mode[size=10.0000pt]>
                                [size=10.0000pt]<[size=10.0000pt]customized-enabled[size=10.0000pt]>false[size=10.0000pt]</[size=10.0000pt]customized-enabled[size=10.0000pt]>
                                [size=10.0000pt]<[size=10.0000pt]jump-enabled[size=10.0000pt]>false[size=10.0000pt]</[size=10.0000pt]jump-enabled[size=10.0000pt]>
                                [size=10.0000pt]<[size=10.0000pt]exts[size=10.0000pt] [size=10.0000pt]/>
                                [size=10.0000pt]<[size=10.0000pt]runnable-activities[size=10.0000pt]>
                                        [size=10.0000pt]<[size=10.0000pt]businessActivity2[size=10.0000pt] [size=10.0000pt]selectable="true"[size=10.0000pt] [size=10.0000pt]optional="false"
[size=10.0000pt]        [size=10.0000pt]        [size=10.0000pt]        [size=10.0000pt]        [size=10.0000pt]        [size=10.0000pt]        [size=10.0000pt]label="部门审核人"[size=10.0000pt] [size=10.0000pt]id="0B5B2320F0FE4E18ACB72FFD93B89EF7"[size=10.0000pt] [size=10.0000pt]/>
                                [size=10.0000pt]</[size=10.0000pt]runnable-activities[size=10.0000pt]>
                                [size=10.0000pt]<[size=10.0000pt]notice[size=10.0000pt] [size=10.0000pt]/>
                                [size=10.0000pt]<[size=10.0000pt]to[size=10.0000pt]>
                                        [size=10.0000pt]<[size=10.0000pt]process-control-item[size=10.0000pt] [size=10.0000pt]activity-id="0B5B2320F0FE4E18ACB72FFD93B89EF7"
[size=10.0000pt]        [size=10.0000pt]        [size=10.0000pt]        [size=10.0000pt]        [size=10.0000pt]        [size=10.0000pt]        [size=10.0000pt]selected="false"[size=10.0000pt] [size=10.0000pt]readonly="false"[size=10.0000pt] [size=10.0000pt]is-end="false"[size=10.0000pt]>
                                                [size=10.0000pt]<[size=10.0000pt]process[size=10.0000pt]>/SPICSD/CONT/process/ContentXM/contentXMProcess[size=10.0000pt]</[size=10.0000pt]process[size=10.0000pt]>
                                                [size=10.0000pt]<[size=10.0000pt]template[size=10.0000pt] [size=10.0000pt]/>
                                                [size=10.0000pt]<[size=10.0000pt]unit[size=10.0000pt]>businessActivity2[size=10.0000pt]</[size=10.0000pt]unit[size=10.0000pt]>
                                                [size=10.0000pt]<[size=10.0000pt]task-assign-mode[size=10.0000pt]>together[size=10.0000pt]</[size=10.0000pt]task-assign-mode[size=10.0000pt]>
                                                [size=10.0000pt]<[size=10.0000pt]executor-kinds[size=10.0000pt] [size=10.0000pt]/>
                                                [size=10.0000pt]<[size=10.0000pt]exts[size=10.0000pt] [size=10.0000pt]/>
                                                [size=10.0000pt]<[size=10.0000pt]executor-range[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]org-unit[size=10.0000pt]>
                                                                [size=10.0000pt]<[size=10.0000pt]fid[size=10.0000pt]>/5uNaMsXE1SXjYTKhY0N.ogn/ApLzkZ0TiGSSTw9zjbO.dpt/gNpEQCnsK7USnQlUvHY.pos/TgshdLj4mFn8vgnjhnr@gNpEQCnsK7USnQlUvHY.psm
                                                                [size=10.0000pt]</[size=10.0000pt]fid[size=10.0000pt]>
                                                                [size=10.0000pt]<[size=10.0000pt]fname[size=10.0000pt]>/山东天瑞新能源有限公司/综合部/负责人/于宗华[size=10.0000pt]</[size=10.0000pt]fname[size=10.0000pt]>
                                                                [size=10.0000pt]<[size=10.0000pt]responsible[size=10.0000pt]>false[size=10.0000pt]</[size=10.0000pt]responsible[size=10.0000pt]>
                                                        [size=10.0000pt]</[size=10.0000pt]org-unit[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]org-unit[size=10.0000pt]>
                                                                [size=10.0000pt]<[size=10.0000pt]fid[size=10.0000pt]>/5uNaMsXE1SXjYTKhY0N.ogn/ApLzkZ0TiGSSTw9zjbO.dpt/wgdarsLHZUjyjsF4dg8.pos/031HTAI3R39kyu1j3UZ@wgdarsLHZUjyjsF4dg8.psm
                                                                [size=10.0000pt]</[size=10.0000pt]fid[size=10.0000pt]>
                                                                [size=10.0000pt]<[size=10.0000pt]fname[size=10.0000pt]>/山东天瑞新能源有限公司/综合部/工作人员/付宁宁[size=10.0000pt]</[size=10.0000pt]fname[size=10.0000pt]>
                                                                [size=10.0000pt]<[size=10.0000pt]responsible[size=10.0000pt]>false[size=10.0000pt]</[size=10.0000pt]responsible[size=10.0000pt]>
                                                        [size=10.0000pt]</[size=10.0000pt]org-unit[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]org-unit[size=10.0000pt]>
                                                                [size=10.0000pt]<[size=10.0000pt]fid[size=10.0000pt]>/5uNaMsXE1SXjYTKhY0N.ogn/ApLzkZ0TiGSSTw9zjbO.dpt/wgdarsLHZUjyjsF4dg8.pos/losd5pxSXHoLCJzLxmA@wgdarsLHZUjyjsF4dg8.psm
                                                                [size=10.0000pt]</[size=10.0000pt]fid[size=10.0000pt]>
                                                                [size=10.0000pt]<[size=10.0000pt]fname[size=10.0000pt]>/山东天瑞新能源有限公司/综合部/工作人员/刘一鸣[size=10.0000pt]</[size=10.0000pt]fname[size=10.0000pt]>
                                                                [size=10.0000pt]<[size=10.0000pt]responsible[size=10.0000pt]>false[size=10.0000pt]</[size=10.0000pt]responsible[size=10.0000pt]>
                                                        [size=10.0000pt]</[size=10.0000pt]org-unit[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]org-unit[size=10.0000pt]>
                                                                [size=10.0000pt]<[size=10.0000pt]fid[size=10.0000pt]>/5uNaMsXE1SXjYTKhY0N.ogn/ApLzkZ0TiGSSTw9zjbO.dpt/wgdarsLHZUjyjsF4dg8.pos/hFzPH39QQ2SyWwyQQnB@wgdarsLHZUjyjsF4dg8.psm
                                                                [size=10.0000pt]</[size=10.0000pt]fid[size=10.0000pt]>
                                                                [size=10.0000pt]<[size=10.0000pt]fname[size=10.0000pt]>/山东天瑞新能源有限公司/综合部/工作人员/田朝辉[size=10.0000pt]</[size=10.0000pt]fname[size=10.0000pt]>
                                                                [size=10.0000pt]<[size=10.0000pt]responsible[size=10.0000pt]>false[size=10.0000pt]</[size=10.0000pt]responsible[size=10.0000pt]>
                                                        [size=10.0000pt]</[size=10.0000pt]org-unit[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]org-unit[size=10.0000pt]>
                                                                [size=10.0000pt]<[size=10.0000pt]fid[size=10.0000pt]>/5uNaMsXE1SXjYTKhY0N.ogn/ApLzkZ0TiGSSTw9zjbO.dpt/wgdarsLHZUjyjsF4dg8.pos/TbcmcQnbDpN2n8O9uCn@wgdarsLHZUjyjsF4dg8.psm
                                                                [size=10.0000pt]</[size=10.0000pt]fid[size=10.0000pt]>
                                                                [size=10.0000pt]<[size=10.0000pt]fname[size=10.0000pt]>/山东天瑞新能源有限公司/综合部/工作人员/张召庆[size=10.0000pt]</[size=10.0000pt]fname[size=10.0000pt]>
                                                                [size=10.0000pt]<[size=10.0000pt]responsible[size=10.0000pt]>false[size=10.0000pt]</[size=10.0000pt]responsible[size=10.0000pt]>
                                                        [size=10.0000pt]</[size=10.0000pt]org-unit[size=10.0000pt]>
                                                [size=10.0000pt]</[size=10.0000pt]executor-range[size=10.0000pt]>
                                                [size=10.0000pt]<[size=10.0000pt]task-relation-value[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]SA_Task[size=10.0000pt]>D6B884C44626453787CBBF89B4D966D0[size=10.0000pt]</[size=10.0000pt]SA_Task[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]sProcessName[size=10.0000pt]>合同管理[size=10.0000pt]</[size=10.0000pt]sProcessName[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]sPreemptMode[size=10.0000pt]>tpmOpen[size=10.0000pt]</[size=10.0000pt]sPreemptMode[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]sLock[size=10.0000pt]>7F3461C4E45B4869B16623F394F450C9[size=10.0000pt]</[size=10.0000pt]sLock[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]sActivity[size=10.0000pt]>businessActivity2[size=10.0000pt]</[size=10.0000pt]sActivity[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]sName[size=10.0000pt]>部门审核人:SDTR02010002-山东天瑞新能源有限公司-合同签署[size=10.0000pt]</[size=10.0000pt]sName[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]sEURL[size=10.0000pt]>/SPICSD/CONT/process/ContentXM/businessActivity2.a[size=10.0000pt]</[size=10.0000pt]sEURL[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]sCURL[size=10.0000pt]>/SPICSD/CONT/process/ContentXM/businessActivity2.a[size=10.0000pt]</[size=10.0000pt]sCURL[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]sProcessTemplateID2[size=10.0000pt] [size=10.0000pt]/>
                                                        [size=10.0000pt]<[size=10.0000pt]sProcess[size=10.0000pt]>/SPICSD/CONT/process/ContentXM/contentXMProcess
                                                        [size=10.0000pt]</[size=10.0000pt]sProcess[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]sLastModifyTime[size=10.0000pt]>2017-06-10T21:36:14.481Z[size=10.0000pt]</[size=10.0000pt]sLastModifyTime[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]sExecuteMode[size=10.0000pt]>temPreempt[size=10.0000pt]</[size=10.0000pt]sExecuteMode[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]sActivityName[size=10.0000pt]>部门审核人[size=10.0000pt]</[size=10.0000pt]sActivityName[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]sActivityInTemplate[size=10.0000pt]>businessActivity2[size=10.0000pt]</[size=10.0000pt]sActivityInTemplate[size=10.0000pt]>
                                                        [size=10.0000pt]<[size=10.0000pt]sTypeName[size=10.0000pt]>合同管理[size=10.0000pt]</[size=10.0000pt]sTypeName[size=10.0000pt]>
                                                [size=10.0000pt]</[size=10.0000pt]task-relation-value[size=10.0000pt]>
                                                [size=10.0000pt]<[size=10.0000pt]executors[size=10.0000pt] [size=10.0000pt]/>
                                        [size=10.0000pt]</[size=10.0000pt]process-control-item[size=10.0000pt]>
                                [size=10.0000pt]</[size=10.0000pt]to[size=10.0000pt]>
                        [size=10.0000pt]</[size=10.0000pt]process-control[size=10.0000pt]>
                [size=10.0000pt]</[size=10.0000pt]xbizbject[size=10.0000pt]>
        [size=10.0000pt]</[size=10.0000pt]data[size=10.0000pt]>
        [size=10.0000pt]<[size=10.0000pt]customer[size=10.0000pt]>0[size=10.0000pt]</[size=10.0000pt]customer[size=10.0000pt]>
        [size=10.0000pt]<[size=10.0000pt]guid[size=10.0000pt]>0[size=10.0000pt]</[size=10.0000pt]guid[size=10.0000pt]>
        [size=10.0000pt]<[size=10.0000pt]md5[size=10.0000pt] [size=10.0000pt]/>
        [size=10.0000pt]<[size=10.0000pt]ver[size=10.0000pt]>0[size=10.0000pt]</[size=10.0000pt]ver[size=10.0000pt]>
        [size=10.0000pt]<[size=10.0000pt]aCode[size=10.0000pt] [size=10.0000pt]/>
        [size=10.0000pt]<[size=10.0000pt]ext[size=10.0000pt] [size=10.0000pt]/>
[size=10.0000pt]</[size=10.0000pt]root[size=10.0000pt]>
[size=12.0000pt]返回[size=12.0000pt]ProcessControl[size=12.0000pt]怎么会有这么多东西
[size=12.0000pt]
[size=12.0000pt]我想执行advanceProcessAction,这个action需要两个参数[size=12.0000pt]一个是task,一个是Object类型的control

[size=10.5000pt]
[size=10.5000pt]所以,这个配置文件的话不会写
    [size=10.0000pt]<[size=10.0000pt]action[size=10.0000pt] [size=10.0000pt]name="advanceProcessQueryAction"[size=10.0000pt] [size=10.0000pt]process="/SPICSD/CONT/process/ContentXM/contentXMProcess"[size=10.0000pt] [size=10.0000pt]activity="businessActivity2"[size=10.0000pt]>
             [size=10.0000pt]<[size=10.0000pt]parameters[size=10.0000pt]>
                     [size=10.0000pt]<[size=10.0000pt]parameter[size=10.0000pt] [size=10.0000pt]name="task"[size=10.0000pt]>
                             [size=10.0000pt]<[size=10.0000pt]simple[size=10.0000pt] [size=10.0000pt]type="http://www.w3.org/2001/XMLSchema#string"[size=10.0000pt]>ECC2BE4D920F4DD3AC136E0315614EAE[size=10.0000pt]</[size=10.0000pt]simple[size=10.0000pt]>
                     [size=10.0000pt]</[size=10.0000pt]parameter[size=10.0000pt]>
             [size=10.0000pt]</[size=10.0000pt]parameters[size=10.0000pt]>
     [size=10.0000pt]</[size=10.0000pt]action[size=10.0000pt]>
[size=10.5000pt]
[size=10.5000pt]
[size=10.5000pt]String类型的[size=10.0000pt]<[size=10.0000pt]simple[size=10.0000pt] [size=10.0000pt]type="http://www.w3.org/2001/XMLSchema#string"[size=10.0000pt]>ECC2BE4D920F4DD3AC136E0315614EAE[size=10.0000pt]</[size=10.0000pt]simple[size=10.0000pt]>
[size=10.5000pt]
[size=10.5000pt]但是Object类型的control怎么写呢
[size=10.5000pt]
[size=10.5000pt]我想配置好,运行client.java ,可以执行流程流转。
[size=10.5000pt]
[size=10.5000pt]

[size=10.5000pt]
[size=10.5000pt]


2017-06-10_221254.jpg

82

主题

211

帖子

647

积分

高级会员

Rank: 4

积分
647
QQ
 楼主| 发表于 2017-6-10 22:17:25 | 显示全部楼层
粘贴word显示乱码了,所以上传了下该文档的压缩文件

新建 Microsoft Word 文档.rar

27.06 KB, 下载次数: 69

粘贴word乱码了,这个是附件

回复 支持 反对

使用道具 举报

91

主题

13万

帖子

3万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
36069
发表于 2017-6-12 10:31:27 | 显示全部楼层
传null就可以
远程的联系方法QQ1392416607,添加好友时,需在备注里注明其论坛名字及ID,公司等信息
发远程时同时也发一下帖子地址,方便了解要解决的问题  WeX5教程  WeX5下载



如按照该方法解决,请及时跟帖,便于版主结贴
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|X3技术论坛|Justep Inc.    

GMT+8, 2024-11-25 13:17 , Processed in 0.075856 second(s), 28 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表