When create execution, Engine not create EventSubscription

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2012 10:18 AM
In my process diagram to test task attached signalEventDefinition elements, but when create execution activiti throw error
org.activiti.engine.ActivitiException: Execution '272' has not subscribed to a signal event with name 'signal'.
In activiti-engine5.9.jar ExecutionEntity.class method initialize() contais next line
But scope anytime don't have signalDefinition property, and always return null.
signalDefinition is in some map of List ScopeImpl.activities.
How work Signal Event elemets?
Attahed proccess Diagram
org.activiti.engine.ActivitiException: Execution '272' has not subscribed to a signal event with name 'signal'.
In activiti-engine5.9.jar ExecutionEntity.class method initialize() contais next line
List<SignalEventDefinition> signalDefinitions = (List<SignalEventDefinition>) scope.getProperty(BpmnParse.PROPERTYNAME_SIGNAL_DEFINITION_NAME);
But scope anytime don't have signalDefinition property, and always return null.
signalDefinition is in some map of List ScopeImpl.activities.
How work Signal Event elemets?
Attahed proccess Diagram
Labels:
- Labels:
-
Archive
1_0.png
15 KB
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2012 11:11 AM
Did you saw this post?
http://forums.activiti.org/en/viewtopic.php?f=6&t=4015&p=15603&hilit=signal#p15603
Best regards,
http://forums.activiti.org/en/viewtopic.php?f=6&t=4015&p=15603&hilit=signal#p15603
Best regards,
