I am calling an OpenAPI Integration that needs a session authentication token to run successfully. I can call a different OpenAPI to retrieve the bearer token, but I cannot find a way to pass it into the Call Integration step.
I created the Integration with a Header and Query Parameters.
The integration test is successful, with the header and query parameters included in the request.
When I add the Call Integration step to the Process Modeler, there is a message that reads "Map rule inputs/outputs using the Data tab":
When I go to the Data Inputs tab, neither the Header nor Query Parameters that are defined in the Integration are listed:
The Outputs tab does include the information from the response.
Any idea why the inputs tab does not include the Header or Query Parameter values from the integration? Any idea how to pass values through the Call Integration step of a Process Model?
Thanks!
Discussion posts and replies are publicly visible
In your integration object you need to create Rule Inputs for each of the variables you wish to manipulate, In your Call Integration Object on your process model these rule inputs will be available and you can just pass in your process variables.