Configure Flow Instance ParametersConfigure Flow Instance Parameters To set flow parameters, patch the parameters property of the Flow Instance: JavaScriptawait integrationApp .flowInstance(parameters.FLOW_INSTANCE_ID) .patch({ enabled: true }) The parameters must match the Parameters Schema you configured for the flow.Updated 16 days ago Custom Flow UIEnable and Disable Flow InstancesAsk AI