03-28-2011 05:31 AM
03-28-2011 05:49 AM
03-28-2011 07:36 AM
// exclusive gateway
activityDrawInstructions.put("exclusiveGateway", new ActivityDrawInstruction() {
public void draw(ProcessDiagramCanvas processDiagramCreator, ActivityImpl activityImpl) {
processDiagramCreator.drawExclusiveGateway(activityImpl.getX(), activityImpl.getY(),
activityImpl.getWidth(), activityImpl.getHeight());
}
}); 03-29-2011 07:16 AM
01-27-2012 02:36 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.