Table of Contents |
---|
Description
- org.joget.workflow.util.WorkflowUtil
- Under wflow-wfengine module
- Utility methods used by workflow engine
...
Code Block | ||
---|---|---|
| ||
import javax.servlet.http.HttpServletRequest;
import org.joget.workflow.util.WorkflowUtil;
//get the HTTP request
HttpServletRequest request = WorkflowUtil.getHttpServletRequest(); |
...