Ouadi BEL [
https://community.jboss.org/people/ouadi_dev] created the discussion
"Re: How to set a process variable from java code ?"
To view the discussion, visit:
https://community.jboss.org/message/804891#804891
--------------------------------------------------------------
Here is how I start my process :
private static Map<String, Object> initialParams = new HashMap<String,
Object>();
initialParams.put(p_userAutentified, "maker");
// Starting a process instance
ksession.startProcess("workflowMakerCheckerV1", initialParams);
logger.info("Process was successfully strated");
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/804891#804891]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]