이 콘텐츠는 선택한 언어로 제공되지 않습니다.
7.18. Passing Parameters to a jBPM5 Process on startProcess
This is the code for passing parameters to the jBPM5 process using startProcess. All that is required is to add required parameter as properties to the ESBMessage.
// create the ESB message
Message esbMessage = MessageFactory.getInstance().getMessage();
// add a parameter
esbMessage.getProperties().setProperty("name", "Laurel");