Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Design a Solution DB

  2. Design Process flow

  3. Create REST Provider End-point

  4. Publish the Provider in WebFrom

...

  1. Type API Version, for example, your API version can be 1

  2. Type the resource end path URL in the Resource End Path field. The URL can be static or dynamic. Static URL example:  /get/FileQueueDetails 

  3. Select the process flow name to trigger with the web service from the Process Flow Name field.

    1. Set parameterName attribute of the context source should be restRequest

      1. searchQuery - To enable the Advanced Search option

      2. start_date - Advanced search criteria

      3. end_date - Advanced search criteria

      4. start - Pagination control in the user interface

Note:

  • The above variables need to be bound in the user interface to process requests from the user.

  • Select the process flow name to trigger with the web service from the Process Flow Name field.

...

  1. To add methods to your activity, click Add Method and do the following.

    1. In this use case, you need to select GET as the method type.

...

  1. Select the Response Schema ( Example, we are opting for the schema that has been utilized in the process flow as the target schema)

  2. Save it.

...