The following methods should no be deprecated:
- "signal" is the native PVM signal method and is required when implementing custom SignallableActivityBehaviors (ie. for asynchronous service invocations with callbacks)
- "message received" is required for complex correlation scenatios which are not covered by correlateMessage() or when correlation is performed outside of the process engine by application logic.
We could adjust the Javadoc on this methods hinting that the RuntimeService.correlateMessage() method should be used for most usecases.
"startProcessInstanceByMessage" could be deprecated but we should wait until we do CAM-1449 since we might learn something there.
The following methods should no be deprecated:
We could adjust the Javadoc on this methods hinting that the RuntimeService.correlateMessage() method should be used for most usecases.
"startProcessInstanceByMessage" could be deprecated but we should wait until we do
CAM-1449since we might learn something there.