Using BPM Clients

If you are using BPM clients such as Openspace or Workspace, you can specify the URL that the work presentation component of TIBCO ActiveMatrix BPM uses to locate forms.

In the wpextender.properties file, the UseHttpRequestContextURL defines whether the Work Presentation Extender should use the http request context as the base context for locating form URLs. It defaults to true:

UseHttpRequestContextURL=true

If you do not want to use the http request context as the base context for your form URLs, you can change it as follows:

Procedure

  1. In the wpextender.properties file, set the property UseHttpRequestContextURL to false.
  2. Set the property formContextURL to the URL where the form artifacts were deployed. For example:
    formContextURL=https://10.100.253.253:8080/bpm/BPMforms