[ 1746366 ] Some Workflow Actions Are Not Implemented

- Fixed compilation error cause by removal of user workbench action.
This commit is contained in:
Heng Sin Low 2007-08-24 13:26:47 +00:00
parent 9321d9ebd6
commit e0121ff869
1 changed files with 4 additions and 2 deletions

View File

@ -419,8 +419,9 @@ public class WFActivity extends CPanel
fAnswerButton.setToolTipText(node.getDescription()); fAnswerButton.setToolTipText(node.getDescription());
fAnswerButton.setVisible(true); fAnswerButton.setVisible(true);
} }
/*
else if (MWFNode.ACTION_UserWorkbench.equals(node.getAction())) else if (MWFNode.ACTION_UserWorkbench.equals(node.getAction()))
log.log(Level.SEVERE, "Workflow Action not implemented yet"); log.log(Level.SEVERE, "Workflow Action not implemented yet");*/
else else
log.log(Level.SEVERE, "Unknown Node Action: " + node.getAction()); log.log(Level.SEVERE, "Unknown Node Action: " + node.getAction());
// //
@ -526,10 +527,11 @@ public class WFActivity extends CPanel
AEnv.addToWindowManager(ff); AEnv.addToWindowManager(ff);
AEnv.showCenterScreen(ff); AEnv.showCenterScreen(ff);
} }
/*
else if (MWFNode.ACTION_UserWorkbench.equals(node.getAction())) else if (MWFNode.ACTION_UserWorkbench.equals(node.getAction()))
{ {
} }*/
else else
log.log(Level.SEVERE, "No User Action:" + node.getAction()); log.log(Level.SEVERE, "No User Action:" + node.getAction());
} // cmd_button } // cmd_button