Invoking Flow services for on-premises connector
Learn how to invoke Flow services for on-premises connectors.
Before you begin
-
Check whether the application that is uploaded from the on-premises Integration Server is listed in the on-premises Connectors page.
-
Check whether you have the developer and admin roles that are assigned from the page.
Note: When you publish a project that has a Flow service, and if the Flow service has an on-premises connector, the on-premises connector is not pushed to the destination tenant. Make sure that you configure the same on-premises connector on the destination tenant to make the published Flow service work.
Procedure
- Select a project where you want to create the new Flow service.
- Click . You see the list of connectors that are uploaded
from the on-premises system. For example, with the AddintApp2 connector, click the dropdown arrow to see the configured accounts. The Used in column lists the workflows and Flow services that use the connector.
- Select the Flow services tab, and on the Flow services page, click the "+" icon to create a new Flow service.
- Provide a name, for example, OnPremAddIntsFlowService, and an optional description for the new Flow service.
- Select the AddintApp2 connector in the search box.
- Select the myService operation.
- Select the AddintApp111 account.
- On the Flow service editor, click the input/output icon to define the input and output fields.
- Create two Input Fields, value1 and value2.
- Create Output Fields as well.
- Click the mapping icon to map the input and output fields.
- Click the Pipeline Input fields (value1 and value2) and drag it to the service input (num1 and num2). The service output is automatically mapped to the value by a dotted line.
- Save the Flow service and run it by clicking the Run icon. Provide the custom field values in the value1 and value2 fields, for example, 10 and 20.
- Run the Flow service and view the execution results. This action executes the Flow service OnPremAddIntsFlowService for an on-premises connector.