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 tra...