08-13-2015 11:58 AM
08-14-2015 12:56 AM
08-14-2015 06:24 AM
08-17-2015 01:47 AM
How to implementYou have to change your service implementation too. Implement service in the following way:
08-17-2015 07:41 AM
08-18-2015 01:36 AM
org.activiti.engine.test.bpmn.event.message.MessageIntermediateEventTest#testSingleIntermediateMessageEvent
in the file org/activiti/engine/test/bpmn/event/message/MessageIntermediateEventTest.testSingleIntermediateMessageEvent.bpmn20.xml
put service call (to call your external system, with executionId param) between start and message event. This external service call can send a message to process instance with execution id:
runtimeService.messageEventReceived(messageName, execution.getId());
line 49.08-20-2015 06:33 AM
08-20-2015 05:03 PM
10-02-2015 06:38 AM
09-04-2015 09:30 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.