Run the process by passing inputs from a web browser
Run the process by passing inputs from a web
browser
When you pass input values in the service URL and run the process in a web browser, you
will receive information about the created or updated rule occurrences.
Open the
Process Selected Data Elements
process and
click
Actions
>
Properties Detail
>
Copy Service
URL
.
Open a text editor and add the input fields and values to
the service URL as shown in the following format:
<Cloud Application
Integration POD
URL>/active-bpel/public/rt/<API_name>?In_Catalog_Source=<Catalog
Source Name>&In_Dataset=<Dataset Name>&In_Target=<Target
value>&In_Threshold=<Threshold
value>&In_Criticality=<Criticality
level>&In_Data_Elements=<Data Elements separated by
%2C>
Here,
<Cloud Application Integration POD
URL>/active-bpel/public/rt/<API_name>
is the service URL
that you copied in step one.
The data elements must be
separated by
%2C
, which represents a comma. For example, to
pass BusinessID and Country as Data Elements, set the value of In_Data_Elements
to
BusinessID%2CCountry
. To ensure a smooth operation, avoid
creating rule occurrences for more than eight data elements at a
time.
Open a browser and paste the service URL.
The process runs
and returns the information about the created or updated rule
occurrences.
When you run the process by sending a
request through the web browser, the response includes a rule occurrence link that might
contain "\" characters. You must remove the "\" characters before using the link.