Testing the Application

You can test the application by running an instance of it in Workspace.

For more information, refer:

  • How to Map Users to the WelcomeUsers Organization Model
  • How to Run the WelcomeUsers Application

Procedure

  1. In the Deployment Servers view, right-click XYZ Work Server1 and select Open > TIBCO Openspace. The Openspace login screen is displayed.
  2. Log in as user tibco-admin.
  3. Open the Organization Browser.
  4. If Organization Model - Version: 2 is not already displayed, select 2 from the Version dropdown menu. This displays the organization model version that contains the EasyAsExtendedOMSolution, and which is referenced by the GetUserLoginName application.
  5. Map a user to the CustomerServiceRepresentativeMotor position.
  6. Click Business Services.
  7. Select and start the GetUserName business service.
  8. A Get User’s name form is displayed:
    1. In the QueryName field, enter t%. This will find any login names that begin with "t".
    2. Click Submit.
  9. Log out.
  10. Log into Workspace as the user you just added to the CustomerServiceRepresentativeMotor position.
  11. Click Process Views. Note that there is an ACTIVE instance of the GetLoginName process. (This has been started by submitting the Get User’s name form.)
  12. Click ToDo List.
  13. In your Work List, open the Display login name work item. The Display login names form is displayed, and the Message field displays the values received from the BPM runtime database. This list will include:
    • the default system administrator user, tibco-admin.
    • any other users who have login names that begin with "t". You will only see these if you have already mapped or created those users as part of other work you have done on the system.
  14. Click Submit.
  15. Click Process Views. Note that the GetLoginName process instance has disappeared, indicating that the process has successfully completed.
  16. Log out.