Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getmembrane.com/llms.txt

Use this file to discover all available pages before exploring further.

Configure Flow Instance Parameters

To set flow parameters, patch the parameters property of the Flow Instance:
await membrane.flowInstance(parameters.FLOW_INSTANCE_ID).patch({ enabled: true })

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