[jBPM] - any ant task for deploy files to guvnor
by nick tan
nick tan [http://community.jboss.org/people/missedone] created the discussion
"any ant task for deploy files to guvnor"
To view the discussion, visit: http://community.jboss.org/message/604000#604000
--------------------------------------------------------------
hi, folks
i'm using jbpm5, and curious that is there any ant task that user can deploy files to guvnor
generally, in development, we need script for auto build:
1. build source code
2. deploy bpmn, rule, model jar, etc., to remote guvnor repository
3. build package
i search through the jbpm5 source code, but not found any ant task
or any body have any suggestion?
thanks:)
--
Nick
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/604000#604000]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 9 months
[jBPM] - Use of process variables after a startProcess
by byungwoojun
byungwoojun [http://community.jboss.org/people/byungwoojun] created the discussion
"Use of process variables after a startProcess"
To view the discussion, visit: http://community.jboss.org/message/604025#604025
--------------------------------------------------------------
When I call a process, I pass a Hahmap object as the startProcess parameter, e.g.,
Map<String, Object> params = new HashMap<String, Object>();
params.put("Object 1", obj1);
params.put("Object 2", obj2);
...
ProcessInstance pi = ksession.startProcess("com.sample.Hello", params);
...
After calling a process, I'd like to use process variables (e.g., response) from the process. How does the process the pass process variables back to the caller, so the caller can use variables which were created or modified in the process.
Thanks,
bwj
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/604025#604025]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 9 months