Hi,
I have two doubts about @CreateProcess
(1) I don't understand how data is bound to a jBPM process instance (Seam does
a lot of magic). Reading dvdstore code I see you can attach variables to the
process using:
@Out(scope=ScopeType.BUSINESS_PROCESS)
Is this the way to bind data to the proc
Hello to all, somebody know how retriew the ProcessId after to have create a
process with @CreateProcess annotation?
Es.:
| @CreateProcess(definition="processName")
| public void parse()
| {
| //get processID and make something with...
| ...
| ...
| }
|
View the
I am trying to test the creation of a new jBPM ProcessInstance. My SFSB's
method is:
| @CreateProcess(definition = "RequestNewAccess")
| public String sendRequest() {
| log.info("sendRequest() : accessRequest -> " + this.accessRequest);
| log.info("sendRequest()