11-06-2009 12:16 AM
11-09-2009 02:14 AM
<decision name="isokay">
<handler class="com.company.ComplexDecisionHandler"/>
<transition name="reject" to="rejected" />
<transition name="approve" to="approve">
</decision>
public class ComplexDecisionHandler implements org.jbpm.graph.node.DecisionHandler {
public String decide(ExecutionContext executionContext) throws Exception {
//conditions ….
return "approve";
}
}
11-11-2009 12:31 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.