Configure Flow Instance Parameters

Configure Flow Instance Parameters

To set flow parameters, patch the parameters property of the Flow Instance:

await integrationApp
  .flowInstance(parameters.FLOW_INSTANCE_ID)
  .patch({ enabled: true })

The parameters must match the Parameters Schema you configured for the flow.