From ae6380c79ff526fd1a19083d741abfb22c9463e9 Mon Sep 17 00:00:00 2001 From: kthiemann Date: Mon, 2 Jul 2007 11:35:22 +0000 Subject: [PATCH] [ 1746366 ] Some Workflow Actions Are Not Implemented http://sourceforge.net/tracker/index.php?func=detail&aid=1746366&group_id=176962&atid=879332 --- base/src/org/compiere/wf/MWFActivity.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/base/src/org/compiere/wf/MWFActivity.java b/base/src/org/compiere/wf/MWFActivity.java index 3b5cdc662c..8ae37bce0c 100644 --- a/base/src/org/compiere/wf/MWFActivity.java +++ b/base/src/org/compiere/wf/MWFActivity.java @@ -906,6 +906,7 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable else if (MWFNode.ACTION_AppsTask.equals(action)) { log.warning ("Task:AD_Task_ID=" + m_node.getAD_Task_ID()); + log.warning("Start Task is not implemented yet"); } /****** EMail ******/ @@ -940,6 +941,7 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable else if (MWFNode.ACTION_SubWorkflow.equals(action)) { log.warning ("Workflow:AD_Workflow_ID=" + m_node.getAD_Workflow_ID()); + log.warning("Start WF Instance is not implemented yet"); } /****** User Choice ******/ @@ -986,18 +988,21 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable else if (MWFNode.ACTION_UserWorkbench.equals(action)) { log.fine("Workbench:?"); + log.warning("User Workbench is not implemented yet"); return false; } /****** User Form ******/ else if (MWFNode.ACTION_UserForm.equals(action)) { log.fine("Form:AD_Form_ID=" + m_node.getAD_Form_ID()); + log.warning("User Form is not implemented yet"); return false; } /****** User Window ******/ else if (MWFNode.ACTION_UserWindow.equals(action)) { log.fine("Window:AD_Window_ID=" + m_node.getAD_Window_ID()); + log.warning("User Window is not implemented yet"); return false; } //