Chris Melas [
https://community.jboss.org/people/melc] created the discussion
"Re: Process output : Is there a way to get output from a process"
To view the discussion, visit:
https://community.jboss.org/message/727572#727572
--------------------------------------------------------------
Hi,
You should make the process call a web service of your system, or some other means of
communication i.e. ejb, jms etc. This can be easily implemented within a work item.
Another approach could be to pass an object to the process which allows to add a listener
to it and then make the process to trigger the event, when it reaches the desired state.
In more detail, you add a listener from your system to that object, pass the object as
input parameter to the process and the process triggers the event that in turn will call
all the listeners registered to the object i.e. one of them should be a listener of your
system.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/727572#727572]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]