Configure Flow Instance Parameters
To set flow parameters, patch theparameters property of the Flow Instance:
The parameters must match the Parameters Schema you configured for the flow.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
parameters property of the Flow Instance:
await membrane.flowInstance(parameters.FLOW_INSTANCE_ID).patch({ enabled: true })
Was this page helpful?