My Question is very specific to Custom Actions in WCM. There is one option called Custom Action Date available in Date type dropdown box while creating a Custom Action. I just want to know what it is and how can it is related to this function
public Date getExecuteDate(Document arg0) {
// code goes here
return SomeDate
}
which we get while implementing interface CustomWorkflowAction like below-
public class MyCustomWorkFlowAction implements CustomWorkflowAction { }
one can visit this link-http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Customize_WCM_Workflow_Notification_Email_Body to check the code for CustomWorkflowAction. please help.