Skip to main content

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.