[ 1746366 ] Some Workflow Actions Are Not Implemented

Correction: "User Window" and "User Form" are implemented - thank you Matthias (oleoh) for the correction
This commit is contained in:
kthiemann 2007-07-13 08:05:37 +00:00
parent 64674be2ae
commit 1e6d48ae98
1 changed files with 0 additions and 2 deletions

View File

@ -995,14 +995,12 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable
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;
}
//