enabled
await membrane.flowInstance(parameters.FLOW_INSTANCE_ID).patch({ enabled: true })
await membrane .flowInstances.create({ enabled: false })
Was this page helpful?