Configure Flow Instance ParametersConfigure Flow Instance Parameters To set flow parameters, patch the parameters property of the Flow Instance: JavaScriptawait membrane .flowInstance(parameters.FLOW_INSTANCE_ID) .patch({ enabled: true }) The parameters must match the Parameters Schema you configured for the flow.Updated about 12 hours ago Custom Flow UIEnable and Disable Flow InstancesAsk AITable of Contents Configure Flow Instance Parameters