Table of Contents

Search

  1. Preface
  2. Taskflows and linear taskflows
  3. Taskflows
  4. Linear taskflows

Taskflows

Taskflows

Passing inputs through a browser

Passing inputs through a browser

When you run a taskflow as an API, you can pass inputs using the endpoint URLs through a browser.
  1. Open the taskflow and click
    Actions
    >
    Properties Detail
    >
    Copy Service URL
    .
  2. Open a text editor and add the input field and value to the service URL as shown below:
    <Informatica Intelligent Cloud Service URL>/active-bpel/rt/<API_name>?<inputfield>=<value>
    For example:
    https://na1.dm-us.informaticacloud.com/active-bpel/rt/Taskflow?CustomerName=TestConsumer
    To pass values for more than one field, use
    &
    to separate the input fields as shown below:
    https://na1.dm-us.informaticacloud.com/active-bpel/rt/Taskflow?CustomerName=TestConsumer&CustomerEmail=testconsumer@mailinator.com&ItemName=item1&ItemCount=2
  3. Open a browser and paste the service URL with the input fields and values. If the taskflow uses authentication, you must enter the allowed user name and password.
    The service returns the taskflow run ID as the response. You can monitor the taskflow execution by using the run ID.

0 COMMENTS

We’d like to hear from you!