Understanding the Process

After you design a process in TIBCO Business Studio, you can debug the process at runtime.

This tutorial provides you with a sample Get Balance process that you need to deploy to the BPM runtime.

Procedure

  1. Find the sample project in the location where you installed TIBCO Business Studio. For example: STUDIO_HOME\studio\3.x\samples.
  2. Start TIBCO Business Studio.
  3. Select File > Import... from the Menu to open the Import dialog.
  4. Expand General > Existing Studio Projects into Workspace, and click the Next button to open the Import Projects page.
  5. Select the Select Archive File radio button, and browse to your local copy of demo-invoke.zip. Click the Open button.

    The demo.invoke project appears in the Project list in the Import dialog.

  6. Click the Finish button.

    The demo.invoke project is imported into your workspace.

  7. In Project Explorer, expand demo.invoke > Process Packages > GetBalance.xpdl > GetBalance (GetBalance)Processes and double-click GetBalance-Process(GetBalanceProcess).
  8. Familiarize yourself with the process.
  9. Deploy the GetBalance process on BPMNode to your BPM runtime.

    Deploying this project is similar to the deployment of the WelcomeUsers project described in the Create, Deploy, and Run Your First BPM Application tutorial.