04-08-2011 04:01 AM
04-08-2011 05:12 AM
04-08-2011 08:02 AM
04-10-2011 04:08 AM
Implement ActivityBehaviour (not JavaDelegate, …I am implementing AbstractBpmnActivityBehavior and of course JMS interface for catching a Message.
04-11-2011 02:43 AM
void parseServiceTask(Element serviceTaskElement, ScopeImpl scope, ActivityImpl activity);
04-11-2011 04:08 AM
04-11-2011 10:33 AM
public void performOperation(AtomicOperation executionOperation) {
Context
.getCommandContext()
.performOperation(executionOperation, this);
}
04-12-2011 03:55 AM
04-12-2011 04:52 AM
ProcessEngine processEngine = ProcessEngines.getDefaultProcessEngine();
RuntimeService runtimeService = processEngine.getRuntimeService();
runtimeService.signal(this.executionID);
public void signal(ActivityExecution execution, String signalName,
Object signalData) throws Exception {
leave(execution);
}
org.activiti.engine.ActivitiException: this activity doesn't accept signals
<serviceTask id="servicetask1" name="WaitOnEvent" activiti:class="de.uni_stuttgart.informatik.eventum.activiti.activities.JmsCatchMsgBehavior" />
04-12-2011 09:12 AM
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.