[ 1746366 ] Some Workflow Actions Are Not Implemented
This commit is contained in:
parent
266ea6aa25
commit
39fcd0c0de
|
|
@ -243,8 +243,10 @@ public final class MTreeNode extends DefaultMutableTreeNode
|
||||||
imageIndex = TYPE_PROCESS;
|
imageIndex = TYPE_PROCESS;
|
||||||
else if (imageIndicator.equals(MWFNode.ACTION_SubWorkflow)) // WorkFlow
|
else if (imageIndicator.equals(MWFNode.ACTION_SubWorkflow)) // WorkFlow
|
||||||
imageIndex = TYPE_WORKFLOW;
|
imageIndex = TYPE_WORKFLOW;
|
||||||
|
/*
|
||||||
else if (imageIndicator.equals(MWFNode.ACTION_UserWorkbench)) // Workbench
|
else if (imageIndicator.equals(MWFNode.ACTION_UserWorkbench)) // Workbench
|
||||||
imageIndex = TYPE_WORKBENCH;
|
imageIndex = TYPE_WORKBENCH;
|
||||||
|
*/
|
||||||
else if (imageIndicator.equals(MWFNode.ACTION_SetVariable)) // Set Variable
|
else if (imageIndicator.equals(MWFNode.ACTION_SetVariable)) // Set Variable
|
||||||
imageIndex = TYPE_SETVARIABLE;
|
imageIndex = TYPE_SETVARIABLE;
|
||||||
else if (imageIndicator.equals(MWFNode.ACTION_UserChoice)) // User Choice
|
else if (imageIndicator.equals(MWFNode.ACTION_UserChoice)) // User Choice
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue