[
https://jira.jboss.org/jira/browse/JBPM-2779?page=com.atlassian.jira.plug...
]
Ronald van Kuijk updated JBPM-2779:
-----------------------------------
Summary: extend the ExecutionService to enable users to fire custom events (was:
extend the Execution interface to enable users to fire events (without casting to
ExecutionImpl))
Description:
In theory any type of event could be send. This was possible with jBPM3, but not any more
with jBPM4. Casting the Execution to ExecutionImpl does not work, nor is it a desirable
solution (non-api class). Extending the ExecutionService is better and this requires a new
command.
I tested this, and implemented something that works. I'll attach the patches later
extend the ExecutionService to enable users to fire custom events
-----------------------------------------------------------------
Key: JBPM-2779
URL:
https://jira.jboss.org/jira/browse/JBPM-2779
Project: jBPM
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 4.3, jBPM 4.2, jBPM 4.1, jBPM 4.0
Environment: any
Reporter: Sebastian Schneider
Fix For: jBPM 4.x
In theory any type of event could be send. This was possible with jBPM3, but not any more
with jBPM4. Casting the Execution to ExecutionImpl does not work, nor is it a desirable
solution (non-api class). Extending the ExecutionService is better and this requires a new
command.
I tested this, and implemented something that works. I'll attach the patches later
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira