How To Design a Simple WelcomeUsers Business Service

This tutorial demonstrates how to use TIBCO Business Studio to rapidly design a simple business service.

When complete, the business service will provide the following:

  • Display a form to collect a user’s name and phone number. For example, the user may be requesting information on a product, or signing up to a service.
  • Call a process that runs a script to generate a message with the name and phone number.
  • Display a form that prompts the recipient of the work item to call the user.

Work through each section in turn to complete the tutorial.

Although it uses a very simple example, this tutorial demonstrates some of the fundamental points of the analysis phase for any business service, for example:

  • Design the process flow.
  • Create and assign the data that the process requires.
  • Create and assign the employees who will participate in the process.
  • Place and describe tasks such as scripts, or services, for the solution designer to implement later.

At the end of this tutorial, you should be familiar with the basic steps to create a process design.

What to do next

The tutorial: How to Implement and Deploy the WelcomeUsers Application demonstrates how to elaborate the design, convert it to an executable model, and then deploy it.