[ 1746366 ] Some Workflow Actions Are Not Implemented

http://sourceforge.net/tracker/index.php?func=detail&aid=1746366&group_id=176962&atid=879332
This commit is contained in:
kthiemann 2007-07-02 11:35:22 +00:00
parent 09de60d04c
commit ae6380c79f
1 changed files with 5 additions and 0 deletions

View File

@ -906,6 +906,7 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable
else if (MWFNode.ACTION_AppsTask.equals(action)) else if (MWFNode.ACTION_AppsTask.equals(action))
{ {
log.warning ("Task:AD_Task_ID=" + m_node.getAD_Task_ID()); log.warning ("Task:AD_Task_ID=" + m_node.getAD_Task_ID());
log.warning("Start Task is not implemented yet");
} }
/****** EMail ******/ /****** EMail ******/
@ -940,6 +941,7 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable
else if (MWFNode.ACTION_SubWorkflow.equals(action)) else if (MWFNode.ACTION_SubWorkflow.equals(action))
{ {
log.warning ("Workflow:AD_Workflow_ID=" + m_node.getAD_Workflow_ID()); log.warning ("Workflow:AD_Workflow_ID=" + m_node.getAD_Workflow_ID());
log.warning("Start WF Instance is not implemented yet");
} }
/****** User Choice ******/ /****** User Choice ******/
@ -986,18 +988,21 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable
else if (MWFNode.ACTION_UserWorkbench.equals(action)) else if (MWFNode.ACTION_UserWorkbench.equals(action))
{ {
log.fine("Workbench:?"); log.fine("Workbench:?");
log.warning("User Workbench is not implemented yet");
return false; return false;
} }
/****** User Form ******/ /****** User Form ******/
else if (MWFNode.ACTION_UserForm.equals(action)) else if (MWFNode.ACTION_UserForm.equals(action))
{ {
log.fine("Form:AD_Form_ID=" + m_node.getAD_Form_ID()); log.fine("Form:AD_Form_ID=" + m_node.getAD_Form_ID());
log.warning("User Form is not implemented yet");
return false; return false;
} }
/****** User Window ******/ /****** User Window ******/
else if (MWFNode.ACTION_UserWindow.equals(action)) else if (MWFNode.ACTION_UserWindow.equals(action))
{ {
log.fine("Window:AD_Window_ID=" + m_node.getAD_Window_ID()); log.fine("Window:AD_Window_ID=" + m_node.getAD_Window_ID());
log.warning("User Window is not implemented yet");
return false; return false;
} }
// //