XBayaSecurity.getTrustedCertificates());
GPELClient client = new GPELClient(
XBayaConstants.DEFAULT_GPEL_ENGINE_URL, credential);
client.deploy(workflow, false);
GcInstance instance = client.instantiate(workflow,
XBayaConstants.DEFAULT_DSC_URL, topic);
System.out.println("===============================================");
System.out.println(instance.getId());
System.out.println(instance.getInstanceId());
WsdlDefinitions wsdl = client.start(instance);
System.out.println(workflow.getGPELTemplateID());
LEADWorkflowInvoker invoker = null;
try {