Create a New Project

A project is the basic container that stores all the artifacts for the business process. The project you create here contains a basic organizational model.

Procedure

  1. Start TIBCO Business Studio.
    Tip: A shortcut to TIBCO Business Studio can have the name Studio for Designers.
    The first time that TIBCO Business Studio opens, a window opens that prompts for a folder location to store projects. Choose a workspace folder location, and click OK.
  2. Click File > New > BPM Developer Project.
    BPM Modeling is the default perspective.

    The New BPM Developer Project window opens.

  3. Enter WelcomeUsers as the Project name.
  4. In the Destination Environments section, select BPM and click Next.

    A destination environment specifies a target TIBCO ActiveMatrix BPM runtime that will execute the process.

    TIBCO Business Studio uses the target environment to validate the model, and will display an error message if the target environment cannot execute any part of the model.

  5. Expand Business Objects, select Organization Model, and click Finish.

    The organization opens in the Organization Editor pane, the process opens in the Process Editor pane, the Properties pane for WelcomeUsers-Process opens, and the new project opens in the Project Explorer pane.

    The project contains a number of folders, each of which contains different types of artifacts.

    Note that:

    • The project contains a single process package, called WelcomeUsers.xpdl.
    • The process package contains a single process, called WelcomeUsers-Process.
  6. Expand Organization, right-click on WelcomeUsers.om and select Rename. Rename it to XYZCompany.om and click OK.