Runtime REST API

Flow Variables can be specified as query parameters of the Runtime REST API invocation of flows.

Under the Swagger documentation page, specify the flow variables in JSON format in the flow_vars section after clicking the Try it out button, but before executing the flow.

The format can be as follows:

{

flowvar1_name” : “flowvar1_value”,

flowvar2_name” : “flowvar2_value

}