Calling featureFlags.getBooleanValue() during a plugin's start() lifecycle — e.g. to decide whether to install a managed workflow — can return the fallback value (false) even when the flag is genuinely enabled for that deployment. This is not a bug, it is an explicit design tradeoff, but it makes LD flags unsuitable as a gate for one-shot startup operations.
1. getBooleanValue waits at most 200 ms for LD context