How to Deliver Work by Email

The body of the email message contains a link to either TIBCO Openspace or TIBCO Workspace (depending on which BPM client you are using) and to the location of the work item.

Clicking this link enables you to open the work item directly from the email message. If, when you installed your BPM runtime you specified localhost in your client properties, the link points to localhost rather than the actual address for TIBCO Openspace or TIBCO Workspace. As the work item is not on the localhost, the link does not resolve. To change this, you must amend the following properties in the EmailChannelProperties.properties file:

  • For TIBCO Openspace BaseOSFormAppUrl=http://localhost:8080/openspace/openform
  • For TIBCO Workspace - BaseGIFormAppUrl=http://localhost:8080/workspace

The EmailChannelProperties.properties file is located under the folder BPM_CONFIG_FOLDER/tibco/data/bpm/configuration/. On Windows platforms, the default value for BPM_CONFIG_FOLDER is C:\ProgramData\amx-bpm\tibco\data.

This tutorial shows you how to deliver work by email by editing email attributes and pushing an email notification to a user for a work item.

Note: This tutorial assumes that you have an smtp server installed locally. Please contact TIBCO if you require assistance with this procedure.

You should be familiar with the basics of designing, implementing and deploying process-based applications using TIBCO Business Studio. If you are not familiar with these things, you should run through the previous tutorials before attempting this one.

Before you start this tutorial, you can become familiar with TIBCO Business Studio by completing the initial WelcomeUsers tutorials.

After completing the tutorial, you will be able to specify that email notifications of work will be pushed to users, and to enter email attributes that control how work will be displayed to a user at runtime.