Test your solution

You can test your solution by walking through the following steps.Test your solution

  1. Launch TotalAgility Workspace from the Start menu or access it directly using a link similar to the one below:

    http://machine/TotalAgility/forms

    The work queue for your tasks to

    • Enter user details

    • Review user details

    • Update user by updating the job title

    • Review all user (data object) details

    perform appears.

  2. Navigate to Jobs > Create.
  3. Select the User Demo process and click Submit.
  4. Navigate to To Do > Work Queue and select All Activities in the tree.
    Enter user details activity in workspace
  5. Take the first activity, Enter User Details.

    The fields of the Data object appear.Enter user details fields in workspace

  6. Enter values for name (example: XYZUser), job (example: Management) and Team (example: ABC) and click Complete.

    The RESTful service is executed and the method to create a user is executed.

  7. Refresh the work queue.

    The Review activity becomes available.Review activity in workspace

  8. Take the Review activity.

    The fields of the Data object are displayed with values that include the date the user was created and the unique ID. Fields updated in review activity in workspace

  9. Update the job title to Development and Complete the activity.

    The RESTful service is executed and the method to update the user is executed. The unique ID is passed to the service.

  10. Refresh the work queue. The Final Review activity is now available.
    Final review activity in workspace
  11. Take the activity, Final Review.

    All the fields of the User Data object are displayed including the values for the date the user was updated and updated job title. Final review activity updated

Congratulations! You have successfully used Data objects in POST and PUT operations in your solution.