- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
logger.debug("Strategy of type {} found to handle variable '{}'", strategy, variable.getKey()); try { ProcessMarshallerWriteContext context = new ProcessMarshallerWriteContext(new ByteArrayOutputStream(), null, null, null, null, event.getKieRuntime().getEnvironment()); context.setProcessInstanceId(event.getProcessInstance().getId()); context.setState(ProcessMarshallerWriteContext.STATE_COMPLETED);
boolean variablesChanged = false; try { ProcessMarshallerWriteContext context = new ProcessMarshallerWriteContext( baos, null, null,
ByteArrayOutputStream stream = new ByteArrayOutputStream(); context = new ProcessMarshallerWriteContext(stream, null, null, null, objectMarshallingStrategyStore, env); if (task != null) { context.setTaskId(task.getId());
logger.debug("Strategy of type {} found to handle variable '{}'", strategy, variable.getKey()); try { ProcessMarshallerWriteContext context = new ProcessMarshallerWriteContext(new ByteArrayOutputStream(), null, null, null, null, event.getKieRuntime().getEnvironment()); context.setProcessInstanceId(event.getProcessInstance().getId()); context.setState(ProcessMarshallerWriteContext.STATE_COMPLETED);