Hi,
Currently we hard coded the action timeout value(600 sec) in the action class. But we want to make it configurable instead of static.
@ActionCallback(callPoint = "test", callType = ActionCBType.ACTION)
public ConfXMLParam[] test(DpActionTrans trans, ConfTag name, ConfObject[] kp, ConfXMLParam[] params)
throws DpCallbackException {
trans.actionSetTimeout(600);
}
Any idea how to make it configurable?
Thanks & Regards
Ramathulasi