SHARK API Application: Sub Process

xiaoxiao2021-03-06  69

ExecutionAdministration ea = Shark.getInstance () getAdminInterface () getExecutionAdministration ();.. Ea.connect (userName, password, engineName, null); // parentProcId parent process number, and parentActivityId is the creation of a child's activity numbers WfActivity wfa = ea.getActivity (parentProcId, parentActivityId); WfProcess [] performers = wfa.get_sequence_performer (0); if (! performers = null && performers.length> 0) {// subProcId subprocesses ID subProcId = performers [0] .key ();

转载请注明原文地址:https://www.9cbs.com/read-92649.html

New Post(0)