Previous Topic: Sample Web Service Workflow

Next Topic: Roles Used

Workflow Steps

  1. Get ISBN

    This activity prompts the worklist user for the ISBN of the book that is requested and stores it in the attribute ISBN.

    For the purposes of this example, enter any fictional ISBN number.

  2. Get Book Price

    This activity queries a Web service for the price of the book.

    For this example, the Web service generates a random price.

  3. Approved Message

    This activity informs the worklist user that the request was approved.

    This activity is generated only if the price is under $50.00.

  4. Denied Message

    This activity informs the worklist user that the request was denied.

    This activity is generated only if the price is $50.00 or higher.