11-15-2011 08:39 AM
<sequenceFlow id="flow__hwLePislEd6JArVhar3Org" sourceRef="_hwLePislEd6JArVhar3Org" targetRef="_hwLeQCslEd6JArVhar3Org">
<extensionElements>
<activiti:field name="source">
TEST
</activiti:field>
<activiti:executionListener class="com.bigcompany.wfe.activiti.listener.SequenceFlowListener"/>
</extensionElements>
</sequenceFlow>
public class SequenceFlowListener implements ExecutionListener {
private String source;
@Override
public void notify(DelegateExecution execution) throws Exception {
System.out.println("source: " + execution.getVariable("source") + source);
System.out.println("destination: " + execution.getVariable("destination"));
}
}
11-15-2011 10:16 AM
11-15-2011 10:39 AM
private FixedValue source;
in the delegate class.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.