Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Description

  • org.joget.workflow.util.WorkflowUtil
  • Under wflow-wfengine module
  • Utility methods used by workflow engine

...

Code Block
languagejava
import javax.servlet.http.HttpServletRequest;
import org.joget.workflow.util.WorkflowUtil;


//get the HTTP request
HttpServletRequest request = WorkflowUtil.getHttpServletRequest();

...