How To Design a Simple WelcomeUsers Business Service
This tutorial demonstrates how to use TIBCO Business Studio - BPM Edition to rapidly design a simple business service.
When complete, the business service provides the following sections:
- Display a form to collect a user’s name and phone number. For example, the user may request information for a product or sign up for 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 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.
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.